Property | Type | Description | |
---|---|---|---|
BluetoothDevice | IBthDevice | ||
m_Blocked | bool | ||
m_CableStatus | byte | ||
m_Init | byte | ||
m_Last | System.DateTime | ||
m_Packet | uint | ||
m_PlugStatus | byte | ||
m_Queued | uint |
Method | Description | |
---|---|---|
Close ( ) : bool | ||
Completed ( ) : void | ||
Disconnect ( ) : bool | ||
InitHidReport ( byte report ) : bool | ||
NewHidReport ( ) : ScpControl.Shared.Core.ScpHidReport | ||
Pair ( System.Net.NetworkInformation.PhysicalAddress master ) : bool | ||
ParseHidReport ( byte report ) : void | ||
Rumble ( byte large, byte small ) : bool | ||
Start ( ) : bool | ||
Stop ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
BthDevice ( ) : System | ||
BthDevice ( IBthDevice device, System.Net.NetworkInformation.PhysicalAddress master, byte lsb, byte msb ) : System | ||
OnHidReportReceived ( ScpControl.Shared.Core.ScpHidReport report ) : void | ||
Process ( System.DateTime now ) : void |
Method | Description | |
---|---|---|
OnTimer ( ) : void |
protected BthDevice ( IBthDevice device, System.Net.NetworkInformation.PhysicalAddress master, byte lsb, byte msb ) : System | ||
device | IBthDevice | |
master | System.Net.NetworkInformation.PhysicalAddress | |
lsb | byte | |
msb | byte | |
return | System |
public NewHidReport ( ) : ScpControl.Shared.Core.ScpHidReport | ||
return | ScpControl.Shared.Core.ScpHidReport |
protected OnHidReportReceived ( ScpControl.Shared.Core.ScpHidReport report ) : void | ||
report | ScpControl.Shared.Core.ScpHidReport | |
return | void |
public Pair ( System.Net.NetworkInformation.PhysicalAddress master ) : bool | ||
master | System.Net.NetworkInformation.PhysicalAddress | |
return | bool |
protected Process ( System.DateTime now ) : void | ||
now | System.DateTime | |
return | void |
public Rumble ( byte large, byte small ) : bool | ||
large | byte | |
small | byte | |
return | bool |