C# Class CSPspEmu.Hle.Modules._unknownPrx.sceUsb

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
UsbActivated bool
UsbStarted bool

Private Methods

Method Description
sceUsbActivate ( int pid ) : int
sceUsbDeactivate ( int pid ) : int
sceUsbGetDrvList ( ) : int
sceUsbGetDrvState ( string DriverName ) : int
sceUsbGetState ( ) : UsbStateEnum
sceUsbStart ( string DriverName, int Size, void Args ) : int
sceUsbStop ( string DriverName, int Size, void Args ) : int
sceUsbWaitCancel ( ) : int
sceUsbWaitState ( ) : int

Property Details

UsbActivated public property

public bool UsbActivated
return bool

UsbStarted public property

public bool UsbStarted
return bool