ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
ndn::TlvDecoder::TlvHeader Struct Reference

TLV header information. More...

#include <ndn/tlv.hpp>

Public Attributes

uint32_t type
 Type number.
 
size_t length
 Length value.
 

Detailed Description

TLV header information.

Definition at line 272 of file tlv.hpp.

Member Data Documentation

◆ length

size_t ndn::TlvDecoder::TlvHeader::length

Length value.

Definition at line 274 of file tlv.hpp.

◆ type

uint32_t ndn::TlvDecoder::TlvHeader::type

Type number.

Definition at line 273 of file tlv.hpp.


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