otMdnsSrvResolver

#include <mdns.h>

Represents an SRV service resolver.

Summary

Public attributes

mCallback
The callback to report result.
mInfraIfIndex
uint32_t
The infrastructure network interface index.
mServiceInstance
const char *
The service instance label.
mServiceType
const char *
The service type.

Public attributes

mCallback

otMdnsSrvCallback otMdnsSrvResolver::mCallback

The callback to report result.

mInfraIfIndex

uint32_t otMdnsSrvResolver::mInfraIfIndex

The infrastructure network interface index.

mServiceInstance

const char * otMdnsSrvResolver::mServiceInstance

The service instance label.

mServiceType

const char * otMdnsSrvResolver::mServiceType

The service type.

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.