C# Class CSPspEmu.Hle.Vfs.MemoryStick.HleIoDriverMemoryStick

Inheritance: ProxyHleIoDriver
Exibir arquivo Open project: soywiz/cspspemu

Public Methods

Method Description
HleIoDriverMemoryStick ( PspMemory Memory, IMemoryStickEventHandler MemoryStickEventHandler, IHleIoDriver HleIoDriver ) : System
IoDevctl ( HleIoDrvFileArg HleIoDrvFileArg, string DeviceName, uint Command, byte InputPointer, int InputLength, byte OutputPointer, int OutputLength ) : int

Method Details

HleIoDriverMemoryStick() public method

public HleIoDriverMemoryStick ( PspMemory Memory, IMemoryStickEventHandler MemoryStickEventHandler, IHleIoDriver HleIoDriver ) : System
Memory PspMemory
MemoryStickEventHandler IMemoryStickEventHandler
HleIoDriver IHleIoDriver
return System

IoDevctl() public method

public IoDevctl ( HleIoDrvFileArg HleIoDrvFileArg, string DeviceName, uint Command, byte InputPointer, int InputLength, byte OutputPointer, int OutputLength ) : int
HleIoDrvFileArg HleIoDrvFileArg
DeviceName string
Command uint
InputPointer byte
InputLength int
OutputPointer byte
OutputLength int
return int