hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
Data Fields
ifx_record_init_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ get_handle

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.

◆ type

uint8_t* ifx_record_init_t::type

Record type data

Definition at line 182 of file ifx-ndef-record.h.

◆ type_length

uint32_t ifx_record_init_t::type_length

Record type data length

Definition at line 183 of file ifx-ndef-record.h.


The documentation for this struct was generated from the following file: