Uses of Enum Class
org.harctoolbox.harchardware.comm.TcpSocketPort.ConnectionMode
Packages that use TcpSocketPort.ConnectionMode
-
Uses of TcpSocketPort.ConnectionMode in org.harctoolbox.harchardware.comm
Methods in org.harctoolbox.harchardware.comm that return TcpSocketPort.ConnectionModeModifier and TypeMethodDescriptionstatic TcpSocketPort.ConnectionMode
Returns the enum constant of this class with the specified name.static TcpSocketPort.ConnectionMode[]
TcpSocketPort.ConnectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.harctoolbox.harchardware.comm with parameters of type TcpSocketPort.ConnectionModeModifierConstructorDescriptionTcpSocketChannel
(String hostIp, int portNumber, int timeout, boolean verbose, TcpSocketPort.ConnectionMode connectionMode) TcpSocketChannel
(InetAddress inetAddress, int portNumber, int timeout, boolean verbose, TcpSocketPort.ConnectionMode connectionMode) TcpSocketPort
(String ip, int portNumber, int timeout, boolean verbose, TcpSocketPort.ConnectionMode connectionMode) TcpSocketPort
(InetAddress inetAddress, int portNumber, boolean verbose, TcpSocketPort.ConnectionMode connectionMode) TcpSocketPort
(InetAddress inetAddress, int portNumber, int timeout, boolean verbose, TcpSocketPort.ConnectionMode connectionMode)