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.
const char *
Service instance label.
uint32_t
TTL in seconds. Zero TTL indicates that service is removed.
uint32_t
The infrastructure network interface index.
Public Attribute Documentation#
mSubTypeLabel#
const char* otPlatDnssdBrowseResult::mSubTypeLabel
The sub-type label if browsing for sub-type, NULL otherwise.
mTtl#
uint32_t otPlatDnssdBrowseResult::mTtl
TTL in seconds. Zero TTL indicates that service is removed.
mInfraIfIndex#
uint32_t otPlatDnssdBrowseResult::mInfraIfIndex
The infrastructure network interface index.