BulkReadBleCommandTx constructor
- required int sequenceId,
- TransferType? txType,
- List<
int> ackIds = const <int>[],
Implementation
BulkReadBleCommandTx({
required this.sequenceId,
this.txType,
this.ackIds = const <int>[],
}) : super();
BulkReadBleCommandTx({
required this.sequenceId,
this.txType,
this.ackIds = const <int>[],
}) : super();