ESP-IDF
otBufferInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otBufferInfo
otBufferInfo struct
Represents the message buffer information for different queues used by OpenThread stack.
Syntax
Show:
Summary
Declaration
from
message.h:369
typedef
struct
otBufferInfo
{
uint16_t
mTotalBuffers
;
uint16_t
mFreeBuffers
;
uint16_t
mMaxUsedBuffers
;
otMessageQueueInfo
m6loSendQueue
;
otMessageQueueInfo
m6loReassemblyQueue
;
otMessageQueueInfo
mIp6Queue
;
otMessageQueueInfo
mMplQueue
;
otMessageQueueInfo
mMleQueue
;
otMessageQueueInfo
mCoapQueue
;
otMessageQueueInfo
mCoapSecureQueue
;
otMessageQueueInfo
mApplicationCoapQueue
;
}
otBufferInfo
;
Fields
Field
Declared as
Description
otBufferInfo::m6loSendQueue
otMessageQueueInfo
otBufferInfo::m6loReassemblyQueue
otMessageQueueInfo
otBufferInfo::mIp6Queue
otMessageQueueInfo
otBufferInfo::mMplQueue
otMessageQueueInfo
otBufferInfo::mMleQueue
otMessageQueueInfo
otBufferInfo::mCoapQueue
otMessageQueueInfo
otBufferInfo::mCoapSecureQueue
otMessageQueueInfo
otBufferInfo::mApplicationCoapQueue
otMessageQueueInfo
otBufferInfo::mTotalBuffers
uint16_t
otBufferInfo::mFreeBuffers
uint16_t
otBufferInfo::mMaxUsedBuffers
uint16_t
The maximum number of used buffers at the same time since OT stack initialization or last call to `otMessageResetBufferInfo()`.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out