| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Message struct (to hold data and its size). More...
#include <mbox.h>
Data Fields | |
| const void * | data | 
| size_t | size | 
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.