CommandsBle constructor

const CommandsBle({
  1. List<int> setSerialNumber = const [],
  2. List<int> setMode = const [],
  3. List<int> connectConfirm = const [],
  4. List<int> firmware = const [],
  5. List<int> setDate = const [0x04],
})

Implementation

const CommandsBle({
  ///
  this.setSerialNumber = const [],
  this.setMode = const [],
  this.connectConfirm = const [],
  ///
  this.firmware = const [],
  this.setDate = const [0x04],
  ///
});