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

Describes format expectations for an incoming IPC response. More...

#include <ipc.h>

Collaboration diagram for ipc_response_fmt_t:
Collaboration graph
[legend]

Data Fields

uint32_t num_copy_handles
 
uint32_t num_move_handles
 
uint32_t num_objects
 
handle_tcopy_handles
 
handle_tmove_handles
 
ipc_object_tobjects
 
size_t raw_data_size
 size in bytes of raw_data
 
void * raw_data
 
bool has_pid
 
uint64_t * pid
 

Detailed Description

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.


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