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* otMdnsAddressResolver::mHostName

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


Definition at line 619 of file include/openthread/mdns.h

mInfraIfIndex#

uint32_t otMdnsAddressResolver::mInfraIfIndex

The infrastructure network interface index.


Definition at line 620 of file include/openthread/mdns.h

mCallback#

otMdnsAddressCallback otMdnsAddressResolver::mCallback

The callback to report result.


Definition at line 621 of file include/openthread/mdns.h