otPlatDnssdAddressResolver
#include <dnssd.h>
Represents an address resolver.
Summary
Public attributes |
|
---|---|
mCallback
|
The callback to report result.
|
mHostName
|
const char *
The host name (e.g., "myhost"). MUST NOT contain domain name.
|
mInfraIfIndex
|
uint32_t
The infrastructure network interface index.
|
Public attributes
mCallback
otPlatDnssdAddressCallback otPlatDnssdAddressResolver::mCallback
The callback to report result.
mHostName
const char * otPlatDnssdAddressResolver::mHostName
The host name (e.g., "myhost"). MUST NOT contain domain name.
mInfraIfIndex
uint32_t otPlatDnssdAddressResolver::mInfraIfIndex
The infrastructure network interface index.
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.