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#
mHostName#
const char* otPlatDnssdAddressResult::mHostName
The host name.
Definition at line
518
of file include/openthread/platform/dnssd.h
mAddresses#
const otPlatDnssdAddressAndTtl* otPlatDnssdAddressResult::mAddresses
Array of host addresses and their TTL. Can be NULL if empty.
Definition at line
519
of file include/openthread/platform/dnssd.h
mAddressesLength#
uint16_t otPlatDnssdAddressResult::mAddressesLength
Number of entries in mAddresses
array.
Definition at line
520
of file include/openthread/platform/dnssd.h
mInfraIfIndex#
uint32_t otPlatDnssdAddressResult::mInfraIfIndex
The infrastructure network interface index.
Definition at line
521
of file include/openthread/platform/dnssd.h