openthread-br  0.3.0-72c0388
Public Attributes | List of all members
otbr::Mdns::Publisher::DiscoveredInstanceInfo Struct Reference

#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< Ip6AddressmAddresses
 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.
 

Detailed Description

This structure represents information of a discovered service instance.


The documentation for this struct was generated from the following file: