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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit addField(Field field)
      String toString()
      • 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