#include <message.h>

Represents information about a message queue.

Summary

Public attributes

mNumBuffers

uint16_t

Number of data buffers used by messages in the queue.

mNumMessages

uint16_t

Number of messages in the queue.

mTotalBytes

uint32_t

Total number of bytes used by all messages in the queue.

Public attributes

mNumBuffers

uint16_t otMessageQueueInfo::mNumBuffers

Number of data buffers used by messages in the queue.

mNumMessages

uint16_t otMessageQueueInfo::mNumMessages

Number of messages in the queue.

mTotalBytes

uint32_t otMessageQueueInfo::mTotalBytes

Total number of bytes used by all messages in the queue.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. The OPENTHREAD and related marks are trademarks of the Thread Group and are used under license.

Last updated 2024-01-02 UTC.