![]() |
ndn-lite
|
The structure to represent the Name Component. More...
#include <name-component.h>
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... | |
The structure to represent the Name Component.
uint32_t name_component::size |
The size of component value buffer.
uint32_t name_component::type |
The component type.
uint8_t name_component::value[NDN_NAME_COMPONENT_BUFFER_SIZE] |
The value which name component holds.
(not include T and L)