Unity SDK
v1.2.0
|
This component wraps and exposes the network client that communicates with the hardware middleware. Use the Instance singleton property to retrieve the instance. More...
Classes | |
class | DevicesStatusUpdated |
Public Member Functions | |
void | AfterConnectionSuccessful () |
Start other procedures after the session is started correctly. | |
void | StartCalibration () |
void | StopCalibration () |
void | ResetCalibration () |
void | StartRawData () |
void | StopRawData () |
void | EnableScan (bool enable) |
Enables or Disables the scanner for BLE devices. | |
void | EnableRunMode (bool enable) |
Enables or Disables Run mode to connected devices. | |
void | DisconnectAllDevices () |
Disconnects all connected TouchDIVER devices. | |
void | UpdateDeviceStatus (BleDevice device) |
Force update of the TD device status on Connection Management Panel. | |
void | ConnectDevice (BleDevice device, HandSide handSide) |
Connects TD device to WeArtTouchDiver with exact hand side. | |
void | DisconnectDevice (BleDevice device) |
Disconnect BLE Device. | |
BleDevice | GetBleDeviceByID (DeviceID deviceID) |
Gets BleDevice by DeviceID. | |
Properties | |
static WeArtController | Instance [get] |
The singleton instance of WeArtController | |
WeArtClient | Client [get] |
The network client that communicates with the hardware middleware. | |
This component wraps and exposes the network client that communicates with the hardware middleware. Use the Instance singleton property to retrieve the instance.
|
inline |
Start other procedures after the session is started correctly.
Connects TD device to WeArtTouchDiver with exact hand side.
device | |
handSide |
|
inline |
Disconnects all connected TouchDIVER devices.
|
inline |
Disconnect BLE Device.
device |
|
inline |
Enables or Disables Run mode to connected devices.
enable |
|
inline |
Enables or Disables the scanner for BLE devices.
enable |
Gets BleDevice by DeviceID.
deviceID |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Force update of the TD device status on Connection Management Panel.
device |
|
get |
The network client that communicates with the hardware middleware.
|
staticget |
The singleton instance of WeArtController