otMdnsAddressAndTtl

#include <mdns.h>

Represents a discovered host address and its TTL.

Summary

Public attributes

mAddress
The IPv6 address. For IPv4 address the IPv4-mapped IPv6 address format is used.
mTtl
uint32_t
The TTL in seconds.

Public attributes

mAddress

otIp6Address otMdnsAddressAndTtl::mAddress

The IPv6 address. For IPv4 address the IPv4-mapped IPv6 address format is used.

mTtl

uint32_t otMdnsAddressAndTtl::mTtl

The TTL in seconds.

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.