This structure represents information of a discovered host for a DNS-SD query.

Public Attributes#

uint8_t

Number of host IPv6 addresses.

const otIp6Address *

Host IPv6 addresses.

uint32_t

Service TTL (in seconds).

Public Attribute Documentation#

mAddressNum#

uint8_t otDnssdHostInfo::mAddressNum

Number of host IPv6 addresses.


Definition at line 133 of file include/openthread/dnssd_server.h

mAddresses#

const otIp6Address* otDnssdHostInfo::mAddresses

Host IPv6 addresses.


Definition at line 134 of file include/openthread/dnssd_server.h

mTtl#

uint32_t otDnssdHostInfo::mTtl

Service TTL (in seconds).


Definition at line 135 of file include/openthread/dnssd_server.h