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

#include <fileXio.h>

Data Fields

char name [CTL_BUF_SIZE]
 
u8 arg [CTL_BUF_SIZE]
 
int cmd
 
int arglen
 
void * buf
 
int buflen
 
void * intr_data
 

Detailed Description

Definition at line 229 of file fileXio.h.

Field Documentation

◆ arg

u8 fxio_devctl_packet::arg[CTL_BUF_SIZE]

Definition at line 231 of file fileXio.h.

Referenced by fileXioDevctl().

◆ arglen

int fxio_devctl_packet::arglen

Definition at line 233 of file fileXio.h.

Referenced by fileXioDevctl().

◆ buf

void* fxio_devctl_packet::buf

Definition at line 234 of file fileXio.h.

Referenced by fileXioDevctl().

◆ buflen

int fxio_devctl_packet::buflen

Definition at line 235 of file fileXio.h.

Referenced by fileXioDevctl().

◆ cmd

int fxio_devctl_packet::cmd

Definition at line 232 of file fileXio.h.

Referenced by fileXioDevctl().

◆ intr_data

void* fxio_devctl_packet::intr_data

Definition at line 236 of file fileXio.h.

◆ name

char fxio_devctl_packet::name[CTL_BUF_SIZE]

Definition at line 230 of file fileXio.h.

Referenced by fileXioDevctl().


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