NDEF record descriptor. More...
#include <nfc_ndef_record.h>
Data Fields |
|
| nfc_ndef_record_tnf_t | tnf |
|
Value of the Type Name Format (TNF) field.
|
|
| uint8_t | id_length |
|
Length of the ID field. If 0, a record format without ID field is assumed.
|
|
| uint8_t const * | p_id |
|
Pointer to the ID field data. Not relevant if id_length is 0.
|
|
| uint8_t | type_length |
|
Length of the type field.
|
|
| uint8_t const * | p_type |
|
Pointer to the type field data. Not relevant if type_length is 0.
|
|
| p_payload_constructor_t | payload_constructor |
|
Pointer to the payload constructor function.
|
|
| void * | p_payload_descriptor |
|
Pointer to the data for the payload constructor function.
|
|
Detailed Description
NDEF record descriptor.
- components/nfc/ndef/generic/record/nfc_ndef_record.h