TypeLenVal
Loading...
Searching...
No Matches
tlv_entry Struct Reference

#include <tlv.h>

Data Fields

tlv_tag_t tag
tlv_len_t len
void * val

Detailed Description

Entry which used to store data in TLV buffer. Not stored explicitly, but used by other methods.

Field Documentation

◆ tag

tlv_tag_t tlv_entry::tag

User specified data type

◆ len

tlv_len_t tlv_entry::len

Entry Data length (255 bytes max)

◆ val

void* tlv_entry::val

User specified data


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