22 #ifndef NDN_CXX_MGMT_CONTROL_PARAMETERS_HPP 
   23 #define NDN_CXX_MGMT_CONTROL_PARAMETERS_HPP 
Represents a TLV element of the NDN packet format.
 
base class for a struct that contains ControlCommand parameters
 
virtual void wireDecode(const Block &wire)=0
 
virtual Block wireEncode() const =0
 
virtual ~ControlParameters()=default