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

Defines the handle for specific record type. More...

#include <infineon/ifx-ndef-record.h>

Data Fields

uint8_t tnf
 
ifx_blob_t id
 
ifx_blob_t type
 
ifx_record_encoder_t encode_record
 
ifx_record_decoder_t decode_record
 
ifx_record_deinit_t deinit_record
 
void * record_data
 

Detailed Description

Defines the handle for specific record type.

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

Field Documentation

◆ decode_record

ifx_record_decoder_t ifx_record_handle_t::decode_record

Map to specific record decode function

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

◆ deinit_record

ifx_record_deinit_t ifx_record_handle_t::deinit_record

Map to specific record memory release function

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

◆ encode_record

ifx_record_encoder_t ifx_record_handle_t::encode_record

Map to specific record encode function

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

◆ id

ifx_blob_t ifx_record_handle_t::id

Record id field

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

◆ record_data

void* ifx_record_handle_t::record_data

Pointer to specific record details

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

◆ tnf

uint8_t ifx_record_handle_t::tnf

Type Name Forma field of specific record

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

◆ type

ifx_blob_t ifx_record_handle_t::type

Record type field

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


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