Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mbox_msg Struct Reference

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.
 

Detailed Description

Message struct (to hold data and its size).

Field Documentation

◆ data

const void* mbox_msg::data

Pointer to the data sent in the message.

◆ size

size_t mbox_msg::size

Size of the data.


The documentation for this struct was generated from the following file: