represents a faces/disable-local-control command More...
#include <nfd-control-command.hpp>
Public Member Functions | |
FaceDisableLocalControlCommand () | |
Public Member Functions inherited from ndn::nfd::FaceLocalControlCommand | |
virtual void | validateRequest (const ControlParameters ¶meters) const |
validate request parameters More... | |
virtual void | validateResponse (const ControlParameters ¶meters) const |
validate response parameters More... | |
Public Member Functions inherited from ndn::nfd::ControlCommand | |
virtual void | applyDefaultsToRequest (ControlParameters ¶meters) const |
apply default values to missing fields in request More... | |
virtual void | applyDefaultsToResponse (ControlParameters ¶meters) const |
apply default values to missing fields in response More... | |
Name | getRequestName (const Name &commandPrefix, const ControlParameters ¶meters) const |
construct the Name for a request Interest More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ndn::nfd::FaceLocalControlCommand | |
FaceLocalControlCommand (const std::string &verb) | |
Protected Member Functions inherited from ndn::nfd::ControlCommand | |
ControlCommand (const std::string &module, const std::string &verb) | |
Protected Attributes inherited from ndn::nfd::ControlCommand | |
FieldValidator | m_requestValidator |
FieldValidator for request ControlParameters. More... | |
FieldValidator | m_responseValidator |
FieldValidator for response ControlParameters. More... | |
represents a faces/disable-local-control command
Definition at line 202 of file nfd-control-command.hpp.
ndn::nfd::FaceDisableLocalControlCommand::FaceDisableLocalControlCommand | ( | ) |
Definition at line 171 of file nfd-control-command.cpp.