getCommand method
- int commandId
override
Implementation
@override
BleCommandEnvelope getCommand(int commandId) => BleCommandEnvelope(
commandType: BleCommand.bulkSetupMulti.value,
commandId: commandId,
args: <dynamic>[
txType.value,
txSubType,
destination,
totalSizeBytes,
toHub,
payloadCrc32,
],
);