Interface ModbusData.ModbusDataUpdateAction

Enclosing class:
ModbusData

public static interface ModbusData.ModbusDataUpdateAction
API for performing updates to the saved data.
  • Method Details

    • updateModbusData

      boolean updateModbusData(ModbusData.MutableModbusData m) throws IOException
      Perform updates to the data.
      Parameters:
      m - a mutable version of the data to update
      Returns:
      true if dataTimestamp should be updated to the current time
      Throws:
      IOException - if any communication error occurs