otMdnsBrowseResult

#include <mdns.h>

Represents a browse result.

Summary

Public attributes

mInfraIfIndex
uint32_t
The infrastructure network interface index.
mServiceInstance
const char *
Service instance label.
mServiceType
const char *
The service type (e.g., "_mt._udp").
mSubTypeLabel
const char *
The sub-type label if browsing for sub-type, NULL otherwise.
mTtl
uint32_t
TTL in seconds. Zero TTL indicates that service is removed.

Public attributes

mInfraIfIndex

uint32_t otMdnsBrowseResult::mInfraIfIndex

The infrastructure network interface index.

mServiceInstance

const char * otMdnsBrowseResult::mServiceInstance

Service instance label.

mServiceType

const char * otMdnsBrowseResult::mServiceType

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

mSubTypeLabel

const char * otMdnsBrowseResult::mSubTypeLabel

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

mTtl

uint32_t otMdnsBrowseResult::mTtl

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

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.