Public Attributes | List of all members
ndn_Interest Struct Reference

An ndn_Interest holds an ndn_Name and other fields for an interest. More...

#include <interest-types.h>

Inheritance diagram for ndn_Interest:
ndn::InterestLite

Public Attributes

struct ndn_Name name
 
int minSuffixComponents
 -1 for none
 
int maxSuffixComponents
 -1 for none
 
struct ndn_KeyLocator keyLocator
 
struct ndn_Exclude exclude
 
int childSelector
 -1 for none
 
int mustBeFresh
 bool. More...
 
ndn_Milliseconds interestLifetimeMilliseconds
 -1.0 for none
 
struct ndn_Blob nonce
 The blob whose value is a pointer to a pre-allocated buffer. More...
 
struct ndn_Blob linkWireEncoding
 The link whose value is a pointer to a pre-allocated buffer. More...
 
int selectedDelegationIndex
 -1 for none
 

Detailed Description

An ndn_Interest holds an ndn_Name and other fields for an interest.

Member Data Documentation

struct ndn_Blob ndn_Interest::linkWireEncoding

The link whose value is a pointer to a pre-allocated buffer.

0 for none

int ndn_Interest::mustBeFresh

bool.

Default true.

struct ndn_Blob ndn_Interest::nonce

The blob whose value is a pointer to a pre-allocated buffer.

0 for none


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