otMdnsRecordQuerier
Stay organized with collections
Save and categorize content based on your preferences.
#include <mdns.h>
Represents a record querier.
Summary
Public attributes |
|
---|---|
mCallback
|
The callback to report result.
|
mFirstLabel
|
const char *
The first label of the name to be queried. MUST NOT be NULL.
|
mInfraIfIndex
|
uint32_t
The infrastructure network interface index.
|
mNextLabels
|
const char *
The rest of name labels, excluding domain name. Can be NULL.
|
mRecordType
|
uint16_t
The record type to query.
|
Public attributes
mFirstLabel
const char * otMdnsRecordQuerier::mFirstLabel
The first label of the name to be queried. MUST NOT be NULL.
mInfraIfIndex
uint32_t otMdnsRecordQuerier::mInfraIfIndex
The infrastructure network interface index.
mNextLabels
const char * otMdnsRecordQuerier::mNextLabels
The rest of name labels, excluding domain name. Can be NULL.
mRecordType
uint16_t otMdnsRecordQuerier::mRecordType
The record type to query.
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.