Package net.solarnetwork.node.io.modbus
Interface ModbusRegisterData.ModbusBitsUpdateAction
- Enclosing class:
- ModbusRegisterData
public static interface ModbusRegisterData.ModbusBitsUpdateAction
API for performing updates to a bit register block.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanupdateModbusBits(BitSet bits) Perform updates to the data.
-
Method Details
-
updateModbusBits
Perform updates to the data.- Parameters:
bits- the bits to update- Returns:
- true if
dataTimestampshould be updated to the current time - Throws:
IOException- if any communication error occurs
-