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

Inheritance: ProxyHleIoDriver
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode 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 méthode

public HleIoDriverMemoryStick ( PspMemory Memory, IMemoryStickEventHandler MemoryStickEventHandler, IHleIoDriver HleIoDriver ) : System
Memory PspMemory
MemoryStickEventHandler IMemoryStickEventHandler
HleIoDriver IHleIoDriver
Résultat System

IoDevctl() public méthode

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
Résultat int