otPlatDnssdAddressResult
#include <dnssd.h>
Represents address resolver result.
Summary
Public attributes |
|
---|---|
mAddresses
|
const otPlatDnssdAddressAndTtl *
Array of host addresses and their TTL. Can be NULL if empty.
|
mAddressesLength
|
uint16_t
Number of entries in
mAddresses array. |
mHostName
|
const char *
The host name.
|
mInfraIfIndex
|
uint32_t
The infrastructure network interface index.
|
Public attributes
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.
mHostName
const char * otPlatDnssdAddressResult::mHostName
The host name.
mInfraIfIndex
uint32_t otPlatDnssdAddressResult::mInfraIfIndex
The infrastructure network interface index.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.