메소드 | 설명 | |
---|---|---|
BthDs4 ( ) : System | ||
BthDs4 ( IBthDevice device, System.Net.NetworkInformation.PhysicalAddress master, byte lsb, byte msb ) : System | ||
InitHidReport ( byte report ) : bool | ||
ParseHidReport ( byte report ) : void |
Interprets a HID report sent by a DualShock 4 device.
|
|
Rumble ( byte large, byte small ) : bool |
Send Rumble request to controller.
|
|
Start ( ) : bool |
메소드 | 설명 | |
---|---|---|
Process ( System.DateTime now ) : void |
메소드 | 설명 | |
---|---|---|
SetLightBarColor ( DsPadId value ) : void |
public BthDs4 ( IBthDevice device, System.Net.NetworkInformation.PhysicalAddress master, byte lsb, byte msb ) : System | ||
device | IBthDevice | |
master | System.Net.NetworkInformation.PhysicalAddress | |
lsb | byte | |
msb | byte | |
리턴 | System |
public ParseHidReport ( byte report ) : void | ||
report | byte | The HID report as byte array. |
리턴 | void |
public Rumble ( byte large, byte small ) : bool | ||
large | byte | Larg motor. |
small | byte | Small motor. |
리턴 | bool |