Package modbustcp
Class ModbusTCP
java.lang.Object
modbustcp.ModbusTCP
- 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidfinalize()intgetPort()booleanisAlive()static ModbusTCPopenSocket(String address) static ModbusTCPopenSocket(String address, int port) sendCommand(int command, int... args) voidsetTimeout(int timeout)  
- 
Method Details
- 
finalize
 - 
openSocket
- Throws:
 ModbusTCPException
 - 
openSocket
- Throws:
 ModbusTCPException
 - 
getInetAddress
 - 
getPort
public int getPort() - 
isAlive
public boolean isAlive() - 
close
public void close() - 
setTimeout
- Throws:
 ModbusTCPException
 - 
sendCommand
- Throws:
 ModbusTCPException
 
 -