| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Mailbox Message Structure. More...
#include <kernel.h>
Data Fields | |
| size_t | size | 
| uint32_t | info | 
| void * | tx_data | 
| struct k_mem_block | tx_block | 
| k_tid_t | rx_source_thread | 
| k_tid_t | tx_target_thread | 
Mailbox Message Structure.
| uint32_t k_mbox_msg::info | 
application-defined information value
| k_tid_t k_mbox_msg::rx_source_thread | 
source thread id
| size_t k_mbox_msg::size | 
size of message (in bytes)
| struct k_mem_block k_mbox_msg::tx_block | 
message data block descriptor
| void* k_mbox_msg::tx_data | 
sender's message data buffer
| k_tid_t k_mbox_msg::tx_target_thread | 
target thread id