|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Message struct (to hold data and its size). More...
#include <mbox.h>
Data Fields | |
| const void * | data |
| Pointer to the data sent in the message. | |
| size_t | size |
| Size of the data. | |
Message struct (to hold data and its size).
| const void* mbox_msg::data |
Pointer to the data sent in the message.
| size_t mbox_msg::size |
Size of the data.