Interface ModbusRegisterData.ModbusBitsUpdateAction

Enclosing class:
ModbusRegisterData

public static interface ModbusRegisterData.ModbusBitsUpdateAction
API for performing updates to a bit register block.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Perform updates to the data.
  • Method Details

    • updateModbusBits

      boolean updateModbusBits(BitSet bits) throws IOException
      Perform updates to the data.
      Parameters:
      bits - the bits to update
      Returns:
      true if dataTimestamp should be updated to the current time
      Throws:
      IOException - if any communication error occurs