nlib
|
Structure to store the settings and current status of a message queue. More...
#include "nn/nlib/Platform.h"
Public Attributes | |
Message Queue | |
See | |
int32_t | flag |
Settings to be used when creating a message queue. More... | |
int32_t | max_msg |
When creating a message queue, you can set the maximum number of messages. | |
int32_t | cur_msg |
For a queue other than a lock-free queue, you can obtain the number of messages that are currently in that message queue. | |
nlib_mq_msg_destructor | destructor |
A destructor function for a message taken from a message queue can be set or obtained. | |
Structure to store the settings and current status of a message queue.
Definition at line 1175 of file Platform.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.