You are viewing documentation for version:
Represents a browse result.
Public Attributes#
const char *
The service type (e.g., "_mt._udp").
const char *
The sub-type label if browsing for sub-type, NULL otherwise.
uint32_t
TTL in seconds. Zero TTL indicates that service is removed.
uint32_t
The infrastructure network interface index.
Public Attribute Documentation#
mServiceType#
const char* otMdnsBrowseResult::mServiceType
The service type (e.g., "_mt._udp").
mSubTypeLabel#
const char* otMdnsBrowseResult::mSubTypeLabel
The sub-type label if browsing for sub-type, NULL otherwise.
mServiceInstance#
const char* otMdnsBrowseResult::mServiceInstance
Service instance label.
mTtl#
uint32_t otMdnsBrowseResult::mTtl
TTL in seconds. Zero TTL indicates that service is removed.
mInfraIfIndex#
uint32_t otMdnsBrowseResult::mInfraIfIndex
The infrastructure network interface index.