ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
fxio_write_packet Struct Reference

#include <fileXio.h>

Data Fields

int fd
 
const void * buffer
 
int size
 
unsigned int unalignedDataLen
 
unsigned char unalignedData [64]
 

Detailed Description

Definition at line 180 of file fileXio.h.

Field Documentation

◆ buffer

const void* fxio_write_packet::buffer

Definition at line 182 of file fileXio.h.

◆ fd

int fxio_write_packet::fd

Definition at line 181 of file fileXio.h.

Referenced by fileXioWrite().

◆ size

int fxio_write_packet::size

Definition at line 183 of file fileXio.h.

Referenced by fileXioWrite().

◆ unalignedData

unsigned char fxio_write_packet::unalignedData[64]

Definition at line 185 of file fileXio.h.

◆ unalignedDataLen

unsigned int fxio_write_packet::unalignedDataLen

Definition at line 184 of file fileXio.h.


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