C# 클래스 DS4Windows.X360Device

상속: ScpDevice
파일 보기 프로젝트 열기: ROFISH/FC30XInput 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : System.Boolean
Open ( String DevicePath ) : System.Boolean
Plugin ( Int32 Serial ) : System.Boolean
Report ( Byte Input, Byte Output ) : System.Boolean
Start ( ) : System.Boolean
Stop ( ) : System.Boolean
Unplug ( Int32 Serial ) : System.Boolean
UnplugAll ( ) : System.Boolean
X360Device ( ) : System
X360Device ( IContainer container ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

Scale ( Int32 Value, System.Boolean Flip ) : Int32

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Close() 공개 메소드

public Close ( ) : System.Boolean
리턴 System.Boolean

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Open() 공개 메소드

public Open ( String DevicePath ) : System.Boolean
DevicePath String
리턴 System.Boolean

Plugin() 공개 메소드

public Plugin ( Int32 Serial ) : System.Boolean
Serial System.Int32
리턴 System.Boolean

Report() 공개 메소드

public Report ( Byte Input, Byte Output ) : System.Boolean
Input Byte
Output Byte
리턴 System.Boolean

Scale() 보호된 메소드

protected Scale ( Int32 Value, System.Boolean Flip ) : Int32
Value System.Int32
Flip System.Boolean
리턴 System.Int32

Start() 공개 메소드

public Start ( ) : System.Boolean
리턴 System.Boolean

Stop() 공개 메소드

public Stop ( ) : System.Boolean
리턴 System.Boolean

Unplug() 공개 메소드

public Unplug ( Int32 Serial ) : System.Boolean
Serial System.Int32
리턴 System.Boolean

UnplugAll() 공개 메소드

public UnplugAll ( ) : System.Boolean
리턴 System.Boolean

X360Device() 공개 메소드

public X360Device ( ) : System
리턴 System

X360Device() 공개 메소드

public X360Device ( IContainer container ) : System
container IContainer
리턴 System