Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
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: