Class Reader

java.lang.Object
org.flasby.solaredge.Reader
All Implemented Interfaces:
Closeable, AutoCloseable

public class Reader extends Object implements Closeable
  • Constructor Details

  • Method Details

    • read

      public com.ghgande.j2mod.modbus.procimg.Register[] read(int start, int numRegisters, int unitId, String blockname) throws com.ghgande.j2mod.modbus.ModbusException
      Throws:
      com.ghgande.j2mod.modbus.ModbusException
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable