BulkSetupMultiBleCommandTx constructor

BulkSetupMultiBleCommandTx({
  1. required TransferType txType,
  2. required int txSubType,
  3. required String destination,
  4. required int totalSizeBytes,
  5. required bool toHub,
  6. required int payloadCrc32,
})

Implementation

BulkSetupMultiBleCommandTx({
  required this.txType,
  required this.txSubType,
  required this.destination,
  required this.totalSizeBytes,
  required this.toHub,
  required this.payloadCrc32,
}) : super();