TypeConverter<T> class
abstract
Converts between a specific type T and modbus register data.
- Implementers
- Annotations
Constructors
- TypeConverter()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canRead(
Type type, Register registerType, int address) → bool -
canWrite(
Type type, int address) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readFromClient(
ModbusClient client, Register registerType, int address) → Future< T> -
toString(
) → String -
A string representation of this object.
inherited
-
writeToClient(
ModbusClient client, int address, T value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited