Represents the message buffer information for different queues used by OpenThread stack.

Public Attributes#

uint16_t

The total number of buffers in the messages pool (0xffff if unknown).

uint16_t

The number of free buffers (0xffff if unknown).

uint16_t

The maximum number of used buffers at the same time since OT stack initialization or last call to otMessageResetBufferInfo().

Info about 6LoWPAN send queue.

Info about 6LoWPAN reassembly queue.

Info about IPv6 send queue.

Info about MPL send queue.

Info about MLE delayed message queue.

Info about CoAP/TMF send queue.

Info about CoAP secure send queue.

Info about application CoAP send queue.

Public Attribute Documentation#

mTotalBuffers#

uint16_t otBufferInfo::mTotalBuffers

The total number of buffers in the messages pool (0xffff if unknown).


Definition at line 340 of file include/openthread/message.h

mFreeBuffers#

uint16_t otBufferInfo::mFreeBuffers

The number of free buffers (0xffff if unknown).


Definition at line 341 of file include/openthread/message.h

mMaxUsedBuffers#

uint16_t otBufferInfo::mMaxUsedBuffers

The maximum number of used buffers at the same time since OT stack initialization or last call to otMessageResetBufferInfo().


Definition at line 348 of file include/openthread/message.h

m6loSendQueue#

otMessageQueueInfo otBufferInfo::m6loSendQueue

Info about 6LoWPAN send queue.


Definition at line 350 of file include/openthread/message.h

m6loReassemblyQueue#

otMessageQueueInfo otBufferInfo::m6loReassemblyQueue

Info about 6LoWPAN reassembly queue.


Definition at line 351 of file include/openthread/message.h

mIp6Queue#

otMessageQueueInfo otBufferInfo::mIp6Queue

Info about IPv6 send queue.


Definition at line 352 of file include/openthread/message.h

mMplQueue#

otMessageQueueInfo otBufferInfo::mMplQueue

Info about MPL send queue.


Definition at line 353 of file include/openthread/message.h

mMleQueue#

otMessageQueueInfo otBufferInfo::mMleQueue

Info about MLE delayed message queue.


Definition at line 354 of file include/openthread/message.h

mCoapQueue#

otMessageQueueInfo otBufferInfo::mCoapQueue

Info about CoAP/TMF send queue.


Definition at line 355 of file include/openthread/message.h

mCoapSecureQueue#

otMessageQueueInfo otBufferInfo::mCoapSecureQueue

Info about CoAP secure send queue.


Definition at line 356 of file include/openthread/message.h

mApplicationCoapQueue#

otMessageQueueInfo otBufferInfo::mApplicationCoapQueue

Info about application CoAP send queue.


Definition at line 357 of file include/openthread/message.h