You are viewing documentation for version:
Represents a DNS-SD host. 
See otPlatDnssdRegisterHost(), otPlatDnssdUnregisterHost() for more details about fields in each case. 
Public Attributes#
const char *
The host name (does not include domain name). 
Array of IPv6 host addresses. 
uint16_t
Number of entries in mAddresses array. 
uint32_t
The infrastructure network interface index. 
Public Attribute Documentation#
mHostName#
const char* otPlatDnssdHost::mHostName
The host name (does not include domain name). 
mAddresses#
const otIp6Address* otPlatDnssdHost::mAddresses
Array of IPv6 host addresses. 
mAddressesLength#
uint16_t otPlatDnssdHost::mAddressesLength
Number of entries in mAddresses array. 
mTtl#
uint32_t otPlatDnssdHost::mTtl
The host TTL in seconds. 
mInfraIfIndex#
uint32_t otPlatDnssdHost::mInfraIfIndex
The infrastructure network interface index.