executeCommand abstract method
- String deviceId,
- ScannerCommand command
Sends a command to the connected BLE device.
The deviceId
specifies the BLE device to send the command to.
The command
represents the command to be sent, along with any associated parameters.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> executeCommand(
String deviceId, ScannerCommand command);