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* otMdnsBrowseResult::mServiceType

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


Definition at line 552 of file include/openthread/mdns.h

mSubTypeLabel#

const char* otMdnsBrowseResult::mSubTypeLabel

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


Definition at line 553 of file include/openthread/mdns.h

mServiceInstance#

const char* otMdnsBrowseResult::mServiceInstance

Service instance label.


Definition at line 554 of file include/openthread/mdns.h

mTtl#

uint32_t otMdnsBrowseResult::mTtl

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


Definition at line 555 of file include/openthread/mdns.h

mInfraIfIndex#

uint32_t otMdnsBrowseResult::mInfraIfIndex

The infrastructure network interface index.


Definition at line 556 of file include/openthread/mdns.h