libcamera  v0.2.0+135-3cb20bc2
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::IPCUnixSocket::Payload Struct Reference

Container for an IPC payload. More...

Public Attributes

std::vector< uint8_t > data
 Array of bytes to cross IPC boundary.
 
std::vector< int32_t > fds
 Array of file descriptors to cross IPC boundary.
 

Detailed Description

Container for an IPC payload.

Holds an array of bytes and an array of file descriptors that can be transported across a IPC boundary.


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