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

#include <libmc-common.h>

Data Fields

int fd
 
int port
 
int slot
 
int size
 
int offset
 
int origin
 
void * buffer
 
void * param
 
u8 data [16]
 

Detailed Description

file descriptor related mc command used by: McInit, McClose, McSeek, McRead, McWrite, McGetinfo, McFormat, McFlush, McUnformat

Definition at line 78 of file libmc-common.h.

Field Documentation

◆ buffer

void* mcDescParam_t::buffer

Definition at line 85 of file libmc-common.h.

Referenced by mcRead(), mcReadPage(), mcWrite(), and mcWritePage().

◆ data

u8 mcDescParam_t::data[16]

Definition at line 87 of file libmc-common.h.

Referenced by mcWrite(), and mcWritePage().

◆ fd

int mcDescParam_t::fd

Definition at line 79 of file libmc-common.h.

Referenced by mcClose(), mcFlush(), mcRead(), mcReadPage(), mcSeek(), mcWrite(), and mcWritePage().

◆ offset

int mcDescParam_t::offset

Definition at line 83 of file libmc-common.h.

Referenced by mcGetInfo(), mcInit(), and mcSeek().

◆ origin

int mcDescParam_t::origin

Definition at line 84 of file libmc-common.h.

Referenced by mcGetInfo(), mcSeek(), and mcWrite().

◆ param

void* mcDescParam_t::param

Definition at line 86 of file libmc-common.h.

Referenced by mcGetInfo(), mcRead(), and mcReadPage().

◆ port

int mcDescParam_t::port

Definition at line 80 of file libmc-common.h.

Referenced by mcFormat(), mcGetInfo(), mcReadPage(), mcUnformat(), and mcWritePage().

◆ size

int mcDescParam_t::size

Definition at line 82 of file libmc-common.h.

Referenced by mcGetInfo(), mcRead(), and mcWrite().

◆ slot

int mcDescParam_t::slot

Definition at line 81 of file libmc-common.h.

Referenced by mcFormat(), mcGetInfo(), mcReadPage(), mcUnformat(), and mcWritePage().


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