openthread-br
0.3.0-72c0388
|
#include <src/mdns/mdns.hpp>
Public Member Functions | |
TxtEntry (const char *aName, const char *aValue) | |
TxtEntry (const char *aName, const uint8_t *aValue, size_t aValueLength) | |
TxtEntry (const char *aName, size_t aNameLength, const uint8_t *aValue, size_t aValueLength) | |
bool | operator== (const TxtEntry &aOther) const |
Public Attributes | |
std::string | mName |
The name of the TXT entry. | |
std::vector< uint8_t > | mValue |
The value of the TXT entry. | |
This structure represents a name/value pair of the TXT record.