ScpDevice constructor

ScpDevice({
  1. String deviceId = '',
  2. String deviceType = '',
  3. String deviceName = '',
  4. String ipAddress = '',
  5. bool isDefaultPasswordSet = false,
  6. String knownPassword = '',
  7. int currentPasswordNumber = 0,
  8. List<String> controlActions = const [],
  9. List<String> measureActions = const [],
})

Implementation

ScpDevice({
  this.deviceId = '',
  this.deviceType = '',
  this.deviceName = '',
  this.ipAddress = '',
  this.isDefaultPasswordSet = false,
  this.knownPassword = '',
  this.currentPasswordNumber = 0,
  this.controlActions = const[],
  this.measureActions = const[],
});