22#ifndef NDN_CXX_MGMT_NFD_CHANNEL_STATUS_HPP
23#define NDN_CXX_MGMT_NFD_CHANNEL_STATUS_HPP
48 template<encoding::Tag TAG>
69 std::string m_localUri;
77operator==(
const ChannelStatus& a,
const ChannelStatus& b);
86operator<<(std::ostream& os,
const ChannelStatus& status);
Represents a TLV element of the NDN packet format.
Represents an item in NFD Channel dataset.
ChannelStatus & setLocalUri(const std::string &localUri)
const std::string & getLocalUri() const
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)
Contains classes and functions related to the NFD Management protocol.
bool operator!=(const ChannelStatus &a, const ChannelStatus &b)
std::ostream & operator<<(std::ostream &os, FaceScope faceScope)
bool operator==(const ChannelStatus &a, const ChannelStatus &b)