RegisterMapEntry constructor

const RegisterMapEntry({
  1. int? registerMapId,
  2. int? parameterId,
  3. int? modbusStartAddress,
  4. DestinationTypeEnum? modbusTypeEnum,
  5. double? scalingFactor,
  6. int? sigFigures,
  7. int? digits,
  8. dynamic filteringThreshold,
})

Implementation

const RegisterMapEntry({
  this.registerMapId,
  this.parameterId,
  this.modbusStartAddress,
  this.modbusTypeEnum,
  this.scalingFactor,
  this.sigFigures,
  this.digits,
  this.filteringThreshold,
});