Represents an SRV service resolver.

Public Attributes#

const char *

The service instance label.

const char *

The service type.

uint32_t

The infrastructure network interface index.

The callback to report result.

Public Attribute Documentation#

mServiceInstance#

const char* otPlatDnssdSrvResolver::mServiceInstance

The service instance label.


Definition at line 466 of file include/openthread/platform/dnssd.h

mServiceType#

const char* otPlatDnssdSrvResolver::mServiceType

The service type.


Definition at line 467 of file include/openthread/platform/dnssd.h

mInfraIfIndex#

uint32_t otPlatDnssdSrvResolver::mInfraIfIndex

The infrastructure network interface index.


Definition at line 468 of file include/openthread/platform/dnssd.h

mCallback#

otPlatDnssdSrvCallback otPlatDnssdSrvResolver::mCallback

The callback to report result.


Definition at line 469 of file include/openthread/platform/dnssd.h