You are viewing documentation for version:
Represents information used for generating hex dump output.
Public Attributes#
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.
mDataLength#
uint16_t otLogHexDumpInfo::mDataLength
The data length (number of bytes in mDataBytes
)
mTitle#
const char* otLogHexDumpInfo::mTitle
Title string to add table header (MUST NOT be NULL
).
mLine#
char otLogHexDumpInfo::mLine[OT_LOG_HEX_DUMP_LINE_SIZE]
Buffer to output one line of generated hex dump.
mIterator#
uint16_t otLogHexDumpInfo::mIterator
Iterator used by OT stack. MUST be initialized to zero.