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

#include <sifrpc.h>

Data Fields

struct t_SifRpcHeader hdr
 
u32 command
 
void * buff
 
void * cbuff
 
SifRpcEndFunc_t end_function
 
void * end_param
 
struct t_SifRpcServerData * server
 

Detailed Description

Definition at line 134 of file sifrpc.h.

Field Documentation

◆ buff

void* SifRpcClientData_t::buff

Definition at line 138 of file sifrpc.h.

◆ cbuff

void * SifRpcClientData_t::cbuff

Definition at line 139 of file sifrpc.h.

◆ command

u32 SifRpcClientData_t::command

Definition at line 137 of file sifrpc.h.

◆ end_function

SifRpcEndFunc_t SifRpcClientData_t::end_function

Definition at line 140 of file sifrpc.h.

◆ end_param

void* SifRpcClientData_t::end_param

Definition at line 141 of file sifrpc.h.

◆ hdr

struct t_SifRpcHeader SifRpcClientData_t::hdr

Definition at line 130 of file sifrpc.h.

◆ server

struct t_SifRpcServerData* SifRpcClientData_t::server

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