libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
Container for an IPCMessage header. More...
Public Attributes | |
uint32_t | cmd |
Type of IPCMessage. More... | |
uint32_t | cookie |
Cookie to identify the message and a corresponding reply. More... | |
Container for an IPCMessage header.
Holds a cmd code for the IPC message, and a cookie.
libcamera::IPCMessage::Header::cmd |
Type of IPCMessage.
Typically used to carry a command code for an RPC.
libcamera::IPCMessage::Header::cookie |
Cookie to identify the message and a corresponding reply.
Populated and used by IPCPipe implementations for matching calls with replies.