Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Open ( string devicePath ) : bool | ||
Pair ( System.Net.NetworkInformation.PhysicalAddress master ) : bool |
Pairs the current device to the provided Bluetooth host.
|
|
Rumble ( byte large, byte small ) : bool |
Send Rumble request to controller.
|
|
Start ( ) : bool | ||
UsbDs3 ( ) : System |
Метод | Описание | |
---|---|---|
ParseHidReport ( byte report ) : void |
Interprets a HID report sent by a DualShock 3 device.
|
|
Process ( System.DateTime now ) : void |
Sends periodic status updates to the controller (HID Output reports).
|
public Pair ( System.Net.NetworkInformation.PhysicalAddress master ) : bool | ||
master | System.Net.NetworkInformation.PhysicalAddress | The MAC address of the host. |
Результат | bool |
protected ParseHidReport ( byte report ) : void | ||
report | byte | The HID report as byte array. |
Результат | void |
protected Process ( System.DateTime now ) : void | ||
now | System.DateTime | The current timestamp. |
Результат | void |
public Rumble ( byte large, byte small ) : bool | ||
large | byte | Larg motor. |
small | byte | Small motor. |
Результат | bool |