otMdnsAddressResolver

#include <mdns.h>

Represents an address resolver.

Summary

Public attributes

mCallback
The callback to report result.
mHostName
const char *
The host name (e.g., "myhost"). MUST NOT contain domain name.
mInfraIfIndex
uint32_t
The infrastructure network interface index.

Public attributes

mCallback

otMdnsAddressCallback otMdnsAddressResolver::mCallback

The callback to report result.

mHostName

const char * otMdnsAddressResolver::mHostName

The host name (e.g., "myhost"). MUST NOT contain domain name.

mInfraIfIndex

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