Lines Matching full:record
53 #define PH_FRINFC_NDEFREG_STATE_DIS_RCD 2 /**< \internal Dispatch Record is in progress */
88 * Upon reception of a NDEF record the component calls into the function registered as a listener
102 * - This library gets a NDEF message and extracts the records using the NDEF Record (Tools) Library.
125 * Number of array Positions. Each array position carries data from a NDEF Record. The maximum
136 /** Indicates whether a record is chunked or not. */
139 /** Pointer to the raw record. */
142 /** Size of the raw record */
180 * The Type Name Format, according to the NDEF specification, see the NDEF Record (Tools) component.
269 /* This flag is used to tell whether the present record
291 * \param[in] RecordsExtracted Pointer to an uninitialised instance of the NDEF Record structure
292 * that is later used to retrieve the record information.
298 * Chunked record flags.
378 * function parses the Message, isolates the record, looks for a match with the registered
380 * record in the Message
401 * \brief NDEF Registry \b Dispatch \b Record function
408 * function compares the given record with the registered RTDs and if a match is found it calls
414 * \param[in] RecordsExtracted Pointer to a NDEF Record that has been received.