![]() |
ndn-lite
|
The structure to represent the Metainfo structure. More...
#include <metainfo.h>
Data Fields | |
uint64_t | freshness_period |
The freshness period of the Data packet. More... | |
name_component_t | final_block_id |
The last name component in Name. More... | |
uint8_t | content_type |
The content type the Data packet holds. More... | |
uint8_t | enable_ContentType |
uint8_t | enable_FreshnessPeriod |
uint8_t | enable_FinalBlockId |
The structure to represent the Metainfo structure.
uint8_t ndn_metainfo::content_type |
The content type the Data packet holds.
uint8_t ndn_metainfo::enable_ContentType |
uint8_t ndn_metainfo::enable_FinalBlockId |
uint8_t ndn_metainfo::enable_FreshnessPeriod |
name_component_t ndn_metainfo::final_block_id |
The last name component in Name.
uint64_t ndn_metainfo::freshness_period |
The freshness period of the Data packet.