Represents an iterator for TXT record entries (key/value pairs).

The data fields in this structure are intended for use by OpenThread core and caller should not read or change them.

Public Attributes#

const void *
uint16_t
char

Public Attribute Documentation#

mPtr#

const void* otDnsTxtEntryIterator::mPtr

Definition at line 107 of file include/openthread/dns.h

mData#

uint16_t otDnsTxtEntryIterator::mData[2]

Definition at line 108 of file include/openthread/dns.h

mChar#

char otDnsTxtEntryIterator::mChar[OT_DNS_TXT_KEY_ITER_MAX_LENGTH+1]

Definition at line 109 of file include/openthread/dns.h