libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
ipc_response_t Struct Reference

Represents an unmarshalled outgoing IPC response. More...

#include <ipc.h>

Collaboration diagram for ipc_response_t:
Collaboration graph
[legend]

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_tcopy_handles
 
handle_tmove_handles
 
struct ipc_server_object_t ** objects
 

Detailed Description

Represents an unmarshalled outgoing IPC response.

Used for IPC server.


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