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.


Definition at line 432 of file include/openthread/platform/dnssd.h

mSubTypeLabel#

const char* otPlatDnssdBrowser::mSubTypeLabel

The sub-type label if browsing for sub-type, NULL otherwise.


Definition at line 433 of file include/openthread/platform/dnssd.h

mInfraIfIndex#

uint32_t otPlatDnssdBrowser::mInfraIfIndex

The infrastructure network interface index.


Definition at line 434 of file include/openthread/platform/dnssd.h

mCallback#

otPlatDnssdBrowseCallback otPlatDnssdBrowser::mCallback

The callback to report result.


Definition at line 435 of file include/openthread/platform/dnssd.h