Represents address resolver result.

Public Attributes#

const char *

The host name.

Array of host addresses and their TTL. Can be NULL if empty.

uint16_t

Number of entries in mAddresses array.

uint32_t

The infrastructure network interface index.

Public Attribute Documentation#

mHostName#

const char* otMdnsAddressResult::mHostName

The host name.


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

mAddresses#

const otMdnsAddressAndTtl* otMdnsAddressResult::mAddresses

Array of host addresses and their TTL. Can be NULL if empty.


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

mAddressesLength#

uint16_t otMdnsAddressResult::mAddressesLength

Number of entries in mAddresses array.


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

mInfraIfIndex#

uint32_t otMdnsAddressResult::mInfraIfIndex

The infrastructure network interface index.


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