openthread-br
0.3.0-72c0388
|
#include <src/mdns/mdns.hpp>
Public Attributes | |
bool | mRemoved = false |
The Service Instance is removed. | |
uint32_t | mNetifIndex = 0 |
Network interface. | |
std::string | mName |
Instance name. | |
std::string | mHostName |
Full host name. | |
std::vector< Ip6Address > | mAddresses |
IPv6 addresses. | |
uint16_t | mPort = 0 |
Port. | |
uint16_t | mPriority = 0 |
Service priority. | |
uint16_t | mWeight = 0 |
Service weight. | |
std::vector< uint8_t > | mTxtData |
TXT RDATA bytes. | |
uint32_t | mTtl = 0 |
Service TTL. | |
This structure represents information of a discovered service instance.