Class AbstractDoubleWordElement<SELF extends AbstractModbusElement<SELF,com.ghgande.j2mod.modbus.procimg.Register[],T>,T>

Type Parameters:
SELF - the subclass of myself
T - the OpenEMS type
Direct Known Subclasses:
FloatDoublewordElement, SignedDoublewordElement, UnsignedDoublewordElement

public abstract class AbstractDoubleWordElement<SELF extends AbstractModbusElement<SELF,com.ghgande.j2mod.modbus.procimg.Register[],T>,T> extends AbstractMultipleWordsElement<SELF,T>
A DoubleWordElement has a size of two Modbus Registers or 32 bit.
  • Constructor Details

    • AbstractDoubleWordElement

      public AbstractDoubleWordElement(OpenemsType type, int startAddress)