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