otDnsTxtEntryIterator
#include <dns.h>
Represents an iterator for TXT record entries (key/value pairs).
Summary
The data fields in this structure are intended for use by OpenThread core and caller should not read or change them.
Public attributes |
|
---|---|
mChar[64+1]
|
char
|
mData[2]
|
uint16_t
|
mPtr
|
const void *
|
Public attributes
mChar
char otDnsTxtEntryIterator::mChar[64+1]
mData
uint16_t otDnsTxtEntryIterator::mData[2]
mPtr
const void * otDnsTxtEntryIterator::mPtr
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.