ndn-lite
Data Fields
name_component_block Struct Reference

The structure to represent the wire format name component block. More...

#include <name-component.h>

Collaboration diagram for name_component_block:
Collaboration graph

Data Fields

uint8_t value [NDN_NAME_COMPONENT_BLOCK_SIZE]
 Name component TLV block. More...
 
uint32_t size
 The size of block. More...
 

Detailed Description

The structure to represent the wire format name component block.

Field Documentation

◆ size

uint32_t name_component_block::size

The size of block.

◆ value

uint8_t name_component_block::value[NDN_NAME_COMPONENT_BLOCK_SIZE]

Name component TLV block.


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