startMeasurement abstract method
Future<VtjCommandResult<StartMeasurementResult> >
startMeasurement(
- BluetoothDevice device,
- MeasurementConfig config
Start an accelerometer measurement with the given configuration. See BLE Interface Specification Section 7.3
Implementation
Future<VtjCommandResult<StartMeasurementResult>> startMeasurement(
BluetoothDevice device,
MeasurementConfig config,
);