getCommand method
- int commandId
override
Implementation
@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
commandType: BleCommand.bulkReset.value,
commandId: commandId,
args: txType == null ? null : <dynamic>[txType!.value],
);