RegisterMapEntry class

Available extensions
Annotations

Constructors

RegisterMapEntry({int? registerMapId, int? parameterId, int? modbusStartAddress, DestinationTypeEnum? modbusTypeEnum, double? scalingFactor, int? sigFigures, int? digits, dynamic filteringThreshold})
const
RegisterMapEntry.fromJson(Map<String, dynamic> json)
factory

Properties

digits int?
final
filteringThreshold → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
modbusStartAddress int?
final
modbusTypeEnum DestinationTypeEnum?
final
parameterId int?
final
registerMapId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingFactor double?
final
sigFigures int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const RegisterMapEntry Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(RegisterMapEntry instance)