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

#include <netman_rpc.h>

Data Fields

u32 command
 
u8 args [64]
 
u32 args_len
 
void * output
 
u32 length
 

Detailed Description

Definition at line 56 of file netman_rpc.h.

Field Documentation

◆ args

u8 NetManIoctl::args[64]

Definition at line 58 of file netman_rpc.h.

Referenced by NetManRpcIoctl().

◆ args_len

u32 NetManIoctl::args_len

Definition at line 59 of file netman_rpc.h.

Referenced by NetManRpcIoctl().

◆ command

u32 NetManIoctl::command

Definition at line 57 of file netman_rpc.h.

Referenced by NetManRpcIoctl().

◆ length

u32 NetManIoctl::length

Definition at line 61 of file netman_rpc.h.

Referenced by NetManRpcIoctl().

◆ output

void* NetManIoctl::output

Definition at line 60 of file netman_rpc.h.

Referenced by NetManRpcIoctl().


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