otMdnsAddressResult

#include <mdns.h>

Represents address resolver result.

Summary

Public attributes

mAddresses
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 otMdnsAddressAndTtl * otMdnsAddressResult::mAddresses

Array of host addresses and their TTL. Can be NULL if empty.

mAddressesLength

uint16_t otMdnsAddressResult::mAddressesLength

Number of entries in mAddresses array.

mHostName

const char * otMdnsAddressResult::mHostName

The host name.

mInfraIfIndex

uint32_t otMdnsAddressResult::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.