Package net.solarnetwork.node.io.modbus
Interface ModbusData.ModbusDataUpdateAction
- Enclosing class:
- ModbusData
public static interface ModbusData.ModbusDataUpdateAction
API for performing updates to the saved data.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform updates to the data.
-
Method Details
-
updateModbusData
Perform updates to the data.- Parameters:
m- a mutable version of the data to update- Returns:
- true if
dataTimestampshould be updated to the current time - Throws:
IOException- if any communication error occurs
-