An ndn_MetaInfo struct holds the meta info which is signed inside the data packet. More...
#include <data-types.h>
  
 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... | |
An ndn_MetaInfo struct holds the meta info which is signed inside the data packet.
| 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
 1.8.9.1