C# 클래스 CSPspEmu.Hle.Modules._unknownPrx.sceUsb

상속: HleModuleHost
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
UsbActivated bool
UsbStarted bool

비공개 메소드들

메소드 설명
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

프로퍼티 상세

UsbActivated 공개적으로 프로퍼티

public bool UsbActivated
리턴 bool

UsbStarted 공개적으로 프로퍼티

public bool UsbStarted
리턴 bool