BooleanTypeConverter class
- Inheritance
-
- Object
- TypeConverter<
bool> - DiscreteTypeConverter<
bool> - BooleanTypeConverter
Constructors
- BooleanTypeConverter()
-
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 -
inherited
-
canWrite(
Type type, int address) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
RawReadCallback< List< readRaw) → Future<bool?> >bool> -
override
-
readFromClient(
ModbusClient client, Register registerType, int address) → Future< bool> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
bool value, RawWriteCallback< bool> writeSingle, RawWriteCallback<List< writeMultiple) → Future<bool> >void> -
override
-
writeToClient(
ModbusClient client, int address, bool value) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited