Represents information used for generating hex dump output.
Public Attributes#
const uint8_t *
The data byes.
uint16_t
The data length (number of bytes in mDataBytes
)
const char *
Title string to add table header (MUST NOT be NULL
).
char
Buffer to output one line of generated hex dump.
uint16_t
Iterator used by OT stack. MUST be initialized to zero.
Public Attribute Documentation#
mDataBytes#
const uint8_t* otLogHexDumpInfo::mDataBytes
The data byes.
Definition at line
264
of file include/openthread/logging.h
mDataLength#
uint16_t otLogHexDumpInfo::mDataLength
The data length (number of bytes in mDataBytes
)
Definition at line
265
of file include/openthread/logging.h
mTitle#
const char* otLogHexDumpInfo::mTitle
Title string to add table header (MUST NOT be NULL
).
Definition at line
266
of file include/openthread/logging.h
mLine#
char otLogHexDumpInfo::mLine[OT_LOG_HEX_DUMP_LINE_SIZE]
Buffer to output one line of generated hex dump.
Definition at line
267
of file include/openthread/logging.h
mIterator#
uint16_t otLogHexDumpInfo::mIterator
Iterator used by OT stack. MUST be initialized to zero.
Definition at line
268
of file include/openthread/logging.h