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

#include <sifcmd.h>

Data Fields

u32 psize:8
 
u32 dsize:24
 
void * dest
 
int cid
 
u32 opt
 

Detailed Description

Definition at line 22 of file sifcmd.h.

Field Documentation

◆ cid

int SifCmdHeader_t::cid

Function number of function to call.

Definition at line 31 of file sifcmd.h.

◆ dest

void* SifCmdHeader_t::dest

Destination address for payload. Can be NULL if there is no payload.

Definition at line 29 of file sifcmd.h.

◆ dsize

u32 SifCmdHeader_t::dsize

Payload size

Definition at line 27 of file sifcmd.h.

◆ opt

u32 SifCmdHeader_t::opt

Can be freely used.

Definition at line 33 of file sifcmd.h.

◆ psize

u32 SifCmdHeader_t::psize

Packet size. Min: 1x16 (header only), max: 7*16

Definition at line 25 of file sifcmd.h.


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