RegisterDefinition constructor
const
RegisterDefinition({})
Implementation
const RegisterDefinition({
required this.name,
required this.address,
required this.type,
this.dataType = DataType.uint16,
this.quantity,
this.byteOrder = ByteOrder.bigEndian,
this.multiplier,
this.offset,
this.unit,
this.description,
this.readOnly = false,
});