otLogHexDumpInfo
    #include <logging.h>
  
代表用於產生十六進位傾印輸出內容的資訊。
摘要
| 公開屬性 | |
|---|---|
| mDataBytes | const uint8_t *資料再見。 | 
| mDataLength | uint16_t資料長度 ( mDataBytes的位元組數) | 
| mIterator | uint16_tOT 堆疊使用的疊代器。必須初始化為零。 | 
| mLine[73] | char緩衝區輸出一行產生的十六進位傾印。 | 
| 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]
緩衝區輸出一行產生的十六進位傾印。
mTitle
const char * otLogHexDumpInfo::mTitle
要新增表格標題的標題字串 (不得為 NULL)。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。