Represents information about a message queue.
Public Attributes#
uint16_t
Number of messages in the queue.
uint16_t
Number of data buffers used by messages in the queue.
uint32_t
Total number of bytes used by all messages in the queue.
Public Attribute Documentation#
mNumMessages#
uint16_t otMessageQueueInfo::mNumMessages
Number of messages in the queue.
Definition at line
386
of file include/openthread/message.h
mNumBuffers#
uint16_t otMessageQueueInfo::mNumBuffers
Number of data buffers used by messages in the queue.
Definition at line
387
of file include/openthread/message.h
mTotalBytes#
uint32_t otMessageQueueInfo::mTotalBytes
Total number of bytes used by all messages in the queue.
Definition at line
388
of file include/openthread/message.h