C# Class DS4Windows.X360Device

Inheritance: ScpDevice
Mostrar archivo Open project: ROFISH/FC30XInput Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Close() public method

public Close ( ) : System.Boolean
return System.Boolean

Dispose() protected method

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

Open() public method

public Open ( String DevicePath ) : System.Boolean
DevicePath String
return System.Boolean

Plugin() public method

public Plugin ( Int32 Serial ) : System.Boolean
Serial System.Int32
return System.Boolean

Report() public method

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

Scale() protected method

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

Start() public method

public Start ( ) : System.Boolean
return System.Boolean

Stop() public method

public Stop ( ) : System.Boolean
return System.Boolean

Unplug() public method

public Unplug ( Int32 Serial ) : System.Boolean
Serial System.Int32
return System.Boolean

UnplugAll() public method

public UnplugAll ( ) : System.Boolean
return System.Boolean

X360Device() public method

public X360Device ( ) : System
return System

X360Device() public method

public X360Device ( IContainer container ) : System
container IContainer
return System