otMdnsBrowser

#include <mdns.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

mCallback

otMdnsBrowseCallback otMdnsBrowser::mCallback

The callback to report result.

mInfraIfIndex

uint32_t otMdnsBrowser::mInfraIfIndex

The infrastructure network interface index.

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.

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.