otPlatDnssdBrowser
#include <dnssd.h>
Represents a service browser.
Summary
Public attributes |
|
---|---|
mCallback
|
The callback to report result.
|
mInfraIfIndex
|
uint32_t
The infrastructure network interface index.
|
mServiceType
|
const char *
The service type (e.g., "_mt._udp"). MUST NOT include domain name.
|
mSubTypeLabel
|
const char *
The sub-type label if browsing for sub-type, NULL otherwise.
|
Public attributes
mInfraIfIndex
uint32_t otPlatDnssdBrowser::mInfraIfIndex
The infrastructure network interface index.
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.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.