#include <registered-prefix.hpp>
Public Types | |
typedef function< void(const nfd::ControlParameters &)> | SuccessCallback |
a callback on command success More... | |
typedef function< void(uint32_t, const std::string &)> | FailureCallback |
a callback on command failure More... | |
Public Member Functions | |
RegisteredPrefix (const Name &prefix, const shared_ptr< InterestFilterRecord > &filter, const nfd::CommandOptions &options) | |
const Name & | getPrefix () const |
const shared_ptr< InterestFilterRecord > & | getFilter () const |
const nfd::CommandOptions & | getCommandOptions () const |
Definition at line 35 of file registered-prefix.hpp.
typedef function<void(const nfd::ControlParameters&)> ndn::RegisteredPrefix::SuccessCallback |
a callback on command success
Definition at line 40 of file registered-prefix.hpp.
typedef function<void(uint32_t,const std::string&)> ndn::RegisteredPrefix::FailureCallback |
a callback on command failure
Definition at line 44 of file registered-prefix.hpp.
|
inline |
Definition at line 46 of file registered-prefix.hpp.
|
inline |
Definition at line 56 of file registered-prefix.hpp.
|
inline |
Definition at line 62 of file registered-prefix.hpp.
|
inline |
Definition at line 68 of file registered-prefix.hpp.