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

Data storage for TLV(tag, length & value) fields TLV value field can be NULL. More...

#include <infineon/ifx-tlv.h>

Data Fields

uint16_t tag
 
uint32_t length
 
uint8_t * value
 

Detailed Description

Data storage for TLV(tag, length & value) fields TLV value field can be NULL.

Definition at line 79 of file ifx-tlv.h.

Field Documentation

◆ length

uint32_t ifx_tlv_t::length

Pointer for store length of data stream

Definition at line 85 of file ifx-tlv.h.

◆ tag

uint16_t ifx_tlv_t::tag

Tag of 2 bytes

Definition at line 82 of file ifx-tlv.h.

◆ value

uint8_t* ifx_tlv_t::value

Pointer to byte array which contains the data stream

Definition at line 88 of file ifx-tlv.h.


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