Package jisa.visa.connections
Interface TCPIPConnection
-
- All Superinterfaces:
Connection
- All Known Implementing Classes:
TCPIPDriver.TCPIPConnection
,VISADriver.VISATCPIPConnection
public interface TCPIPConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isKeepAlive()
void
setKeepAlive(boolean on)
-
Methods inherited from interface jisa.visa.connections.Connection
clear, close, getEncoding, read, read, readBytes, setEncoding, setReadTerminator, setReadTerminator, setTimeout, write, writeBytes
-
-
-
-
Method Detail
-
setKeepAlive
void setKeepAlive(boolean on) throws VISAException
- Throws:
VISAException
-
isKeepAlive
boolean isKeepAlive() throws VISAException
- Throws:
VISAException
-
-