otBufferInfo

#include <message.h>

代表 OpenThread 堆疊使用的不同佇列的訊息緩衝區資訊。

摘要

公開屬性

m6loReassemblyQueue
6LoWPAN 重組佇列的相關資訊。
m6loSendQueue
6LoWPAN 傳送佇列的相關資訊。
mApplicationCoapQueue
應用程式 CoAP 傳送佇列的相關資訊。
mCoapQueue
CoAP/TMF 傳送佇列的相關資訊。
mCoapSecureQueue
CoAP 安全傳送佇列的相關資訊。
mFreeBuffers
uint16_t
免費緩衝區數量 (不明時為 0xffff)。
mIp6Queue
IPv6 傳送佇列的相關資訊。
mMaxUsedBuffers
uint16_t
自 OT 堆疊初始化或上次呼叫 otMessageResetBufferInfo() 以來,同時使用的緩衝區數量上限。
mMleQueue
MLE 延遲訊息佇列的相關資訊。
mMplQueue
MPL 傳送佇列相關資訊。
mTotalBuffers
uint16_t
訊息集區中的緩衝區總數 (不明時為 0xffff)。

公開屬性

m6loReassemblyQueue

otMessageQueueInfo otBufferInfo::m6loReassemblyQueue

6LoWPAN 重組佇列的相關資訊。

m6loSendQueue

otMessageQueueInfo otBufferInfo::m6loSendQueue

6LoWPAN 傳送佇列的相關資訊。

mApplicationCoapQueue

otMessageQueueInfo otBufferInfo::mApplicationCoapQueue

應用程式 CoAP 傳送佇列的相關資訊。

mCoapQueue

otMessageQueueInfo otBufferInfo::mCoapQueue

CoAP/TMF 傳送佇列的相關資訊。

mCoapSecureQueue

otMessageQueueInfo otBufferInfo::mCoapSecureQueue

CoAP 安全傳送佇列的相關資訊。

mFreeBuffers

uint16_t otBufferInfo::mFreeBuffers

免費緩衝區數量 (不明時為 0xffff)。

mIp6Queue

otMessageQueueInfo otBufferInfo::mIp6Queue

IPv6 傳送佇列的相關資訊。

mMaxUsedBuffers

uint16_t otBufferInfo::mMaxUsedBuffers

自 OT 堆疊初始化或上次呼叫 otMessageResetBufferInfo() 以來,同時使用的緩衝區數量上限。

mMleQueue

otMessageQueueInfo otBufferInfo::mMleQueue

MLE 延遲訊息佇列的相關資訊。

mMplQueue

otMessageQueueInfo otBufferInfo::mMplQueue

MPL 傳送佇列相關資訊。

mTotalBuffers

uint16_t otBufferInfo::mTotalBuffers

訊息集區中的緩衝區總數 (不明時為 0xffff)。

資源

OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源