Package nl.basjes.modbus.schema.fetcher
Class HoleModbusQuery
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class HoleModbusQuery extends ModbusQuery
When doing fetch optimization we are sometimes combining the ModbusQueries. This is the class to hold such a combination. This is needed to be able to handle the retry in case of a read error
-
-
Constructor Summary
Constructors Constructor Description HoleModbusQuery(Address start, Integer count)
-
Method Summary
-
Methods inherited from class nl.basjes.modbus.schema.fetcher.ModbusQuery
compareTo, equals, getCount, getDuration, getFields, getStart, getStatus, getType, hashCode, setCount, setDuration, setStatus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-