Represents address resolver result.
Public Attributes#
const char *
The host name.
const otMdnsAddressAndTtl *
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#
mAddresses#
const otMdnsAddressAndTtl* otMdnsAddressResult::mAddresses
Array of host addresses and their TTL. Can be NULL if empty.
mAddressesLength#
uint16_t otMdnsAddressResult::mAddressesLength
Number of entries in mAddresses
array.
mInfraIfIndex#
uint32_t otMdnsAddressResult::mInfraIfIndex
The infrastructure network interface index.