|
libtransistor
A userland library for the Nintendo Switch
|
Describes format expectations for an incoming IPC response. More...
#include <ipc.h>

Data Fields | |
| uint32_t | num_copy_handles |
| uint32_t | num_move_handles |
| uint32_t | num_objects |
| handle_t * | copy_handles |
| handle_t * | move_handles |
| ipc_object_t * | objects |
| size_t | raw_data_size |
| size in bytes of raw_data | |
| void * | raw_data |
| bool | has_pid |
| uint64_t * | pid |
Describes format expectations for an incoming IPC response.
Represents the expectations for an IPC response and contains pointers to buffers for response data to be written to.
1.8.6