otPlatDnssdBrowseResult
#include <dnssd.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 otPlatDnssdBrowseResult::mInfraIfIndex
The infrastructure network interface index.
mServiceInstance
const char * otPlatDnssdBrowseResult::mServiceInstance
Service instance label.
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.
mTtl
uint32_t otPlatDnssdBrowseResult::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.