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.


mInfraIfIndex#

uint32_t otPlatDnssdAddressResolver::mInfraIfIndex

The infrastructure network interface index.


mCallback#

otPlatDnssdAddressCallback otPlatDnssdAddressResolver::mCallback

The callback to report result.