Searched defs:DiscoveredInstanceInfo (Results 1 – 1 of 1) sorted by relevance
105 struct DiscoveredInstanceInfo struct in otbr::Mdns::Publisher107 bool mRemoved = false; ///< The Service Instance is removed.108 uint32_t mNetifIndex = 0; ///< Network interface.109 std::string mName; ///< Instance name.110 std::string mHostName; ///< Full host name.111 std::vector<Ip6Address> mAddresses; ///< IPv6 addresses.112 uint16_t mPort = 0; ///< Port.113 uint16_t mPriority = 0; ///< Service priority.114 uint16_t mWeight = 0; ///< Service weight.115 std::vector<uint8_t> mTxtData; ///< TXT RDATA bytes.[all …]