|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
Data storage for NDEF Records. More...
#include <infineon/ifx-ndef-record.h>
Data Fields | |
| uint8_t | tnf |
| uint8_t | type_length |
| uint32_t | payload_length |
| uint8_t | id_length |
| uint8_t * | type |
| uint8_t * | id |
| uint8_t * | payload |
Data storage for NDEF Records.
Definition at line 102 of file ifx-ndef-record.h.
| uint8_t* ifx_ndef_record_t::id |
Actual id field data
Definition at line 110 of file ifx-ndef-record.h.
| uint8_t ifx_ndef_record_t::id_length |
Length of the id field data
Definition at line 108 of file ifx-ndef-record.h.
| uint8_t* ifx_ndef_record_t::payload |
Actual NDEF record payload data (might be NULL )
Definition at line 112 of file ifx-ndef-record.h.
| uint32_t ifx_ndef_record_t::payload_length |
Length of the actual NDEF record data (payload)
Definition at line 107 of file ifx-ndef-record.h.
| uint8_t ifx_ndef_record_t::tnf |
Type Name Format value for NDEF records
Definition at line 104 of file ifx-ndef-record.h.
| uint8_t* ifx_ndef_record_t::type |
Actual type data
Definition at line 109 of file ifx-ndef-record.h.
| uint8_t ifx_ndef_record_t::type_length |
Length of the type of the NDEF record
Definition at line 105 of file ifx-ndef-record.h.