ndn-lite
Data Fields
name_component Struct Reference

The structure to represent the Name Component. More...

#include <name-component.h>

Collaboration diagram for name_component:
Collaboration graph

Data Fields

uint32_t type
 The component type. More...
 
uint8_t value [NDN_NAME_COMPONENT_BUFFER_SIZE]
 The value which name component holds. More...
 
uint32_t size
 The size of component value buffer. More...
 

Detailed Description

The structure to represent the Name Component.

Field Documentation

◆ size

uint32_t name_component::size

The size of component value buffer.

◆ type

uint32_t name_component::type

The component type.

◆ value

uint8_t name_component::value[NDN_NAME_COMPONENT_BUFFER_SIZE]

The value which name component holds.

(not include T and L)


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