otLogHexDumpInfo

#include <logging.h>

表示用于生成十六进制转储输出的信息。

摘要

公共属性

mDataBytes
const uint8_t *
数据再见。
mDataLength
uint16_t
数据长度(mDataBytes 中的字节数)
mIterator
uint16_t
OT 堆栈使用的迭代器。必须初始化为零。
mLine[73]
char
用于输出 1 行生成的十六进制转储的缓冲区。
mTitle
const char *
用于添加表格标题的标题字符串(不得为 NULL)。

公共属性

mDataBytes

const uint8_t * otLogHexDumpInfo::mDataBytes

数据再见。

mDataLength

uint16_t otLogHexDumpInfo::mDataLength

数据长度(mDataBytes 中的字节数)

mIterator

uint16_t otLogHexDumpInfo::mIterator

OT 堆栈使用的迭代器。必须初始化为零。

mLine

char otLogHexDumpInfo::mLine[73]

用于输出 1 行生成的十六进制转储的缓冲区。

mTitle

const char * otLogHexDumpInfo::mTitle

用于添加表格标题的标题字符串(不得为 NULL)。

资源

OpenThread API 参考文档源自 GitHub 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源