otDnsTxtEntryIterator
#include <dns.h>
This structure represents an iterator for TXT record entires (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[9+1]
|
char
|
mData[2]
|
uint16_t
|
mPtr
|
const void *
|
Public attributes
mChar
char otDnsTxtEntryIterator::mChar[9+1]