libtransistor
A userland library for the Nintendo Switch
|
Represents an unmarshalled outgoing IPC response. More...
#include <ipc.h>
Data Fields | |
uint32_t | type |
uint32_t | num_buffers |
ipc_buffer_t ** | buffers |
result_t | result_code |
void * | raw_data |
size_t | raw_data_size |
bool | send_pid |
uint8_t | num_copy_handles |
uint8_t | num_move_handles |
uint8_t | num_objects |
handle_t * | copy_handles |
handle_t * | move_handles |
struct ipc_server_object_t ** | objects |
Represents an unmarshalled outgoing IPC response.
Used for IPC server.