You are viewing documentation for version:
Represents a service browser.
Public Attributes#
const char *
The service type (e.g., "_mt._udp"). MUST NOT include domain name.
const char *
The sub-type label if browsing for sub-type, NULL otherwise.
uint32_t
The infrastructure network interface index.
The callback to report result.
Public Attribute Documentation#
mServiceType#
const char* otPlatDnssdBrowser::mServiceType
The service type (e.g., "_mt._udp"). MUST NOT include domain name.
mSubTypeLabel#
const char* otPlatDnssdBrowser::mSubTypeLabel
The sub-type label if browsing for sub-type, NULL otherwise.
mInfraIfIndex#
uint32_t otPlatDnssdBrowser::mInfraIfIndex
The infrastructure network interface index.
mCallback#
otPlatDnssdBrowseCallback otPlatDnssdBrowser::mCallback
The callback to report result.