BulkWriteBleCommandTx constructor

BulkWriteBleCommandTx({
  1. required int sequenceId,
  2. required List<int> chunkBytes,
  3. required int fletcher32Checksum,
  4. TransferType? txType,
})

Implementation

BulkWriteBleCommandTx({
  required this.sequenceId,
  required this.chunkBytes,
  required this.fletcher32Checksum,
  this.txType,
}) : super();