Property | Type | Description |
---|
Method | Description | |
---|---|---|
BusDevice ( ) : System | ||
Close ( ) : bool | ||
IndexToSerial ( byte index ) : int |
Translates Pad ID to bus device offset.
|
|
Open ( int instance ) : bool | ||
Open ( string devicePath ) : bool | ||
Parse ( ScpControl.Shared.Core.ScpHidReport inputReport ) : ScpControl.Shared.XInput.XINPUT_GAMEPAD |
Translates an ScpHidReport to an Xbox 360 compatible byte array.
|
|
Plugin ( int serial ) : bool | ||
Resume ( ) : bool | ||
Start ( ) : bool | ||
Stop ( ) : bool | ||
Suspend ( ) : bool | ||
Unplug ( int serial ) : bool |
public IndexToSerial ( byte index ) : int | ||
index | byte | The Pad ID to translate. |
return | int |
public Parse ( ScpControl.Shared.Core.ScpHidReport inputReport ) : ScpControl.Shared.XInput.XINPUT_GAMEPAD | ||
inputReport | ScpControl.Shared.Core.ScpHidReport | The |
return | ScpControl.Shared.XInput.XINPUT_GAMEPAD |