Method | Description | |
---|---|---|
Open ( string devicePath ) : bool | ||
Pair ( PhysicalAddress master ) : bool | ||
Rumble ( byte large, byte small ) : bool |
Send Rumble request to controller.
|
|
Start ( ) : bool | ||
UsbDs4 ( ) : System |
Method | Description | |
---|---|---|
ParseHidReport ( byte report ) : void |
Interprets a HID report sent by a DualShock 4 device.
|
|
Process ( System.DateTime now ) : void |
Method | Description | |
---|---|---|
MapBattery ( byte value ) : byte | ||
SetLightBarColor ( DsPadId value ) : void |
public Pair ( PhysicalAddress master ) : bool | ||
master | PhysicalAddress | |
return | bool |
protected ParseHidReport ( byte report ) : void | ||
report | byte | The HID report as byte array. |
return | void |
protected Process ( System.DateTime now ) : void | ||
now | System.DateTime | |
return | void |
public Rumble ( byte large, byte small ) : bool | ||
large | byte | Larg motor. |
small | byte | Small motor. |
return | bool |