Public Member Functions | Public Attributes | List of all members
ndn::Node::NdndIdFetcher::Info Class Reference

Public Member Functions

 Info (Node *node, uint64_t registeredPrefixId, const Name &prefix, const OnInterestCallback &onInterest, const OnRegisterFailed &onRegisterFailed, const ForwardingFlags &flags, WireFormat &wireFormat, Face *face)
 

Public Attributes

Nodenode_
 
uint64_t registeredPrefixId_
 
ptr_lib::shared_ptr< const Nameprefix_
 
const OnInterestCallback onInterest_
 
const OnRegisterFailed onRegisterFailed_
 
ForwardingFlags flags_
 
WireFormatwireFormat_
 
Faceface_
 

Constructor & Destructor Documentation

ndn::Node::NdndIdFetcher::Info::Info ( Node node,
uint64_t  registeredPrefixId,
const Name prefix,
const OnInterestCallback onInterest,
const OnRegisterFailed onRegisterFailed,
const ForwardingFlags flags,
WireFormat wireFormat,
Face face 
)
inline
Parameters
node
registeredPrefixIdThe RegisteredPrefix::getNextRegisteredPrefixId() which registerPrefix got so it could return it to the caller.
prefix
onInterest
onRegisterFailed
flags
wireFormat
flace

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