getCommand method
- int commandId
override
Implementation
@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
commandType: BleCommand.version.value,
commandId: commandId,
args: null,
);
@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
commandType: BleCommand.version.value,
commandId: commandId,
args: null,
);