IPC header structure. More...
#include <ipc_shared.h>
Data Fields | |
| uint16_t | type |
| IPC message type. | |
| uint16_t | size |
| IPC message size in number of bytes. | |
IPC header structure.
This structure is stored at the beginning of every IPC message.
Definition at line 189 of file ipc_shared.h.
1.6.1