otMessageQueueInfo
#include <message.h>
代表訊息佇列的相關資訊。
摘要
公開屬性 |
|
---|---|
mNumBuffers
|
uint16_t
佇列中的訊息使用的資料緩衝區數量。
|
mNumMessages
|
uint16_t
佇列中的訊息數量。
|
mTotalBytes
|
uint32_t
佇列中所有訊息使用的位元組總數。
|
公開屬性
mNumBuffers
uint16_t otMessageQueueInfo::mNumBuffers
佇列中的訊息使用的資料緩衝區數量。
mNumMessages
uint16_t otMessageQueueInfo::mNumMessages
佇列中的訊息數量。
mTotalBytes
uint32_t otMessageQueueInfo::mTotalBytes
佇列中所有訊息使用的位元組總數。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。