|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
This Structure holds record's type information and function pointer which retrieves record handle based on type. More...
#include <infineon/ifx-ndef-record.h>
Data Fields | |
| uint8_t * | type |
| uint32_t | type_length |
| ifx_record_init_handler_t | get_handle |
This Structure holds record's type information and function pointer which retrieves record handle based on type.
Definition at line 180 of file ifx-ndef-record.h.
| ifx_record_init_handler_t ifx_record_init_t::get_handle |
Function pointer to map model_new_record API()
Definition at line 185 of file ifx-ndef-record.h.
| uint8_t* ifx_record_init_t::type |
Record type data
Definition at line 182 of file ifx-ndef-record.h.
| uint32_t ifx_record_init_t::type_length |
Record type data length
Definition at line 183 of file ifx-ndef-record.h.