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 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源