Morse Micro IoT SDK  2.9.7
mbin_tlv_hdr Struct Reference

Detailed Description

TLV header data structure.

Definition at line 40 of file mbin.h.

#include <mbin.h>

Data Fields

uint16_t type
 Type (see mbin_tlv_types). More...
 
uint16_t len
 Length of payload (excludes header). More...
 

Field Documentation

◆ len

uint16_t mbin_tlv_hdr::len

Length of payload (excludes header).

Definition at line 45 of file mbin.h.

◆ type

uint16_t mbin_tlv_hdr::type

Type (see mbin_tlv_types).

Definition at line 43 of file mbin.h.


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