getVersion method
Implementation
@override
Future<VtjCommandResult<GetVersionResult>> getVersion(
BluetoothDevice device,
) {
return _executeCommand<GetVersionResult>(
device: device,
createCommand: () => GetVersionCommand(),
);
}
@override
Future<VtjCommandResult<GetVersionResult>> getVersion(
BluetoothDevice device,
) {
return _executeCommand<GetVersionResult>(
device: device,
createCommand: () => GetVersionCommand(),
);
}