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

Represents a parcel. More...

#include <parcel.h>

Data Fields

struct {
   uint32_t   data_size
 
   uint32_t   data_offset
 
   uint32_t   objects_size
 
   uint32_t   objects_offset
 
   uint8_t   payload [0x200]
 
contents
 
size_t read_head
 
size_t write_head
 
bool writing_finalized
 

Detailed Description

Represents a parcel.

Bounds checking is the caller's responsibility. Objects aren't currently supported very well.


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