otMessageQueueInit() function
Initialize the message queue. MUST be called once and only once for a `otMessageQueue` instance before any other `otMessageQueue` functions. The behavior is undefined if other queue APIs are used with an `otMessageQueue` before it being initialized or if it is initialized more than once.
Arguments
aQueue
A pointer to a message queue.
otMessageQueueInit() writes 1 variable:
![]()
otMessageQueueInit()