ndn-lite
Data Fields
ndn_metainfo Struct Reference

The structure to represent the Metainfo structure. More...

#include <metainfo.h>

Collaboration diagram for ndn_metainfo:
Collaboration graph

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
 

Detailed Description

The structure to represent the Metainfo structure.

Field Documentation

◆ content_type

uint8_t ndn_metainfo::content_type

The content type the Data packet holds.

◆ enable_ContentType

uint8_t ndn_metainfo::enable_ContentType

◆ enable_FinalBlockId

uint8_t ndn_metainfo::enable_FinalBlockId

◆ enable_FreshnessPeriod

uint8_t ndn_metainfo::enable_FreshnessPeriod

◆ final_block_id

name_component_t ndn_metainfo::final_block_id

The last name component in Name.

◆ freshness_period

uint64_t ndn_metainfo::freshness_period

The freshness period of the Data packet.


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