Class ChannelMetaInfoReadAndWrite
- java.lang.Object
-
- io.openems.edge.bridge.modbus.api.ChannelMetaInfo
-
- io.openems.edge.bridge.modbus.api.ChannelMetaInfoReadAndWrite
-
public class ChannelMetaInfoReadAndWrite extends ChannelMetaInfo
Describes a Channel that has a read-and-write-mapping to two Modbus Registers.
-
-
Field Summary
-
Fields inherited from class io.openems.edge.bridge.modbus.api.ChannelMetaInfo
address
-
-
Constructor Summary
Constructors Constructor Description ChannelMetaInfoReadAndWrite(int readAddress, int writeAaddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classChannelMetaInfo
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classChannelMetaInfo
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classChannelMetaInfo
-
-