22 #ifndef NDN_CXX_MGMT_NFD_CHANNEL_STATUS_HPP 
   23 #define NDN_CXX_MGMT_NFD_CHANNEL_STATUS_HPP 
   49   template<encoding::Tag TAG>
 
   70   std::string m_localUri;
 
Represents a TLV element of the NDN packet format.
 
represents an item in NFD Channel dataset
 
const std::string & getLocalUri() const
 
ChannelStatus & setLocalUri(const std::string localUri)
 
void wireDecode(const Block &wire)
 
const Block & wireEncode() const
 
represents an error in TLV encoding or decoding
 
Error(const char *expectedType, uint32_t actualType)
 
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
 
bool operator!=(const ChannelStatus &a, const ChannelStatus &b)
 
std::ostream & operator<<(std::ostream &os, FaceScope faceScope)
 
bool operator==(const ChannelStatus &a, const ChannelStatus &b)