Zephyr API 3.6.99
|
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.