Public Attributes | List of all members
ndn_MetaInfo Struct Reference

An ndn_MetaInfo struct holds the meta info which is signed inside the data packet. More...

#include <data-types.h>

Inheritance diagram for ndn_MetaInfo:
ndn::MetaInfoLite

Public Attributes

ndn_MillisecondsSince1970 timestampMilliseconds
 milliseconds since 1/1/1970. More...
 
ndn_ContentType type
 default is ndn_ContentType_DATA. More...
 
ndn_Milliseconds freshnessPeriod
 -1 for none
 
struct ndn_NameComponent finalBlockId
 has a pointer to a pre-allocated buffer. More...
 

Detailed Description

An ndn_MetaInfo struct holds the meta info which is signed inside the data packet.

Member Data Documentation

struct ndn_NameComponent ndn_MetaInfo::finalBlockId

has a pointer to a pre-allocated buffer.

0 for none

ndn_MillisecondsSince1970 ndn_MetaInfo::timestampMilliseconds

milliseconds since 1/1/1970.

-1 for none

ndn_ContentType ndn_MetaInfo::type

default is ndn_ContentType_DATA.

-1 for none


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