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").


mSubTypeLabel#

const char* otPlatDnssdBrowseResult::mSubTypeLabel

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


mServiceInstance#

const char* otPlatDnssdBrowseResult::mServiceInstance

Service instance label.


mTtl#

uint32_t otPlatDnssdBrowseResult::mTtl

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


mInfraIfIndex#

uint32_t otPlatDnssdBrowseResult::mInfraIfIndex

The infrastructure network interface index.