Package org.flasby.solaredge
Class Reader
java.lang.Object
org.flasby.solaredge.Reader
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Reader
-
-
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 interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-