Represents a browse result.

Public Attributes#

const char *

The service type (e.g., "_mt._udp").

const char *

The sub-type label if browsing for sub-type, NULL otherwise.

const char *

Service instance label.

uint32_t

TTL in seconds. Zero TTL indicates that service is removed.

uint32_t

The infrastructure network interface index.

Public Attribute Documentation#

mServiceType#

const char* otPlatDnssdBrowseResult::mServiceType

The service type (e.g., "_mt._udp").


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

mSubTypeLabel#

const char* otPlatDnssdBrowseResult::mSubTypeLabel

The sub-type label if browsing for sub-type, NULL otherwise.


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

mServiceInstance#

const char* otPlatDnssdBrowseResult::mServiceInstance

Service instance label.


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

mTtl#

uint32_t otPlatDnssdBrowseResult::mTtl

TTL in seconds. Zero TTL indicates that service is removed.


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

mInfraIfIndex#

uint32_t otPlatDnssdBrowseResult::mInfraIfIndex

The infrastructure network interface index.


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