Unity SDK
v1.2.0
|
Classes | |
class | BleDevice |
Container with data about BLE Device. More... | |
class | BluetoothManager |
BluetoothManager — is a main class for BLE interactions. More... | |
class | ConnectionCallback |
ConnectionCallback — proxy callback class to receive confirmation that device is connected or disconnected by BluetoothManager. More... | |
class | DataReceivedCallback |
DataReceivedCallback — proxy callback class to receive data from connected device by BluetoothManager. More... | |
class | DeviceCommands |
The container of commands that could be sent to Weart Device. | |
class | ErrorCallback |
ErrorCallback — proxy callback class to receive and handle or debug errors from BluetoothManager. More... | |
class | RememberedDevices |
Utility class to keep the info about remembered TD devices. More... | |
class | ScanResultCallback |
ScanResultCallback — proxy callback class to receive scan updates from BluetoothManager. More... | |
Enumerations | |
enum | DeviceStatus { Available , Connected , Connecting , Disconnecting , Unavailable } |
Statuses of BLE Device: Available to connect, Connected with this plugin, Connecting to this plugin Disconnecting from this plugin Unavailable to update info. More... | |