Class ModbusDeviceJ2Mod

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public final class ModbusDeviceJ2Mod
    extends ModbusDevice
                        

    An instance of a ModbusDevice that uses the J2Mod library for the Modbus connection

    • 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 close()
      RegisterBlock getRegisters(Address firstRegister, Integer count)
      DiscreteBlock getDiscretes(Address firstDiscrete, Integer count)
      • Methods inherited from class nl.basjes.modbus.device.api.ModbusDevice

        getMaxRegistersPerModbusRequest, setMaxRegistersPerModbusRequest
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait