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* otMdnsBrowser::mServiceType
The service type (e.g., "_mt._udp"). MUST NOT include domain name.
mSubTypeLabel#
const char* otMdnsBrowser::mSubTypeLabel
The sub-type label if browsing for sub-type, NULL otherwise.
mInfraIfIndex#
uint32_t otMdnsBrowser::mInfraIfIndex
The infrastructure network interface index.
mCallback#
otMdnsBrowseCallback otMdnsBrowser::mCallback
The callback to report result.