Represents an address resolver.

Public Attributes#

const char *

The host name (e.g., "myhost"). MUST NOT contain domain name.

uint32_t

The infrastructure network interface index.

The callback to report result.

Public Attribute Documentation#

mHostName#

const char* otPlatDnssdAddressResolver::mHostName

The host name (e.g., "myhost"). MUST NOT contain domain name.


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

mInfraIfIndex#

uint32_t otPlatDnssdAddressResolver::mInfraIfIndex

The infrastructure network interface index.


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

mCallback#

otPlatDnssdAddressCallback otPlatDnssdAddressResolver::mCallback

The callback to report result.


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