BulkReadBleCommandTx constructor

BulkReadBleCommandTx({
  1. required int sequenceId,
  2. TransferType? txType,
  3. List<int> ackIds = const <int>[],
})

Implementation

BulkReadBleCommandTx({
  required this.sequenceId,
  this.txType,
  this.ackIds = const <int>[],
}) : super();