Low-Level C++ SDK
v1.3.0
|
Status of a connected TouchDIVER device. More...
#include <WeArtCommon.h>
Public Attributes | |
std::string | macAddress |
Device BLE mac address. | |
HandSide | handSide |
Hand to which the device is assigned. | |
int | batteryLevel |
Battery charge level (from 0 to 100) | |
bool | charging |
Tells whether the device is under charge (true) or not (false) | |
std::vector< ThimbleStatus > | thimbles |
Status of the device thimbles. | |
Status of a connected TouchDIVER device.
int ConnectedDeviceStatus::batteryLevel |
Battery charge level (from 0 to 100)
bool ConnectedDeviceStatus::charging |
Tells whether the device is under charge (true) or not (false)
HandSide ConnectedDeviceStatus::handSide |
Hand to which the device is assigned.
std::string ConnectedDeviceStatus::macAddress |
Device BLE mac address.
std::vector<ThimbleStatus> ConnectedDeviceStatus::thimbles |
Status of the device thimbles.