public class TcpIpCommunication
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TcpIpCommunication(java.lang.String ipOrHost,
int timeoutMS) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Close()
Closes connection between Speedway and the STP application
|
protected java.net.Socket |
getSocket() |
protected boolean |
isjUnitTest() |
protected byte[] |
read(int length) |
protected void |
write(byte[] buf) |
protected TcpIpCommunication(java.lang.String ipOrHost,
int timeoutMS)
throws java.io.IOException
java.io.IOExceptionprotected boolean isjUnitTest()
protected java.net.Socket getSocket()
protected void Close()
protected void write(byte[] buf)
throws java.io.IOException
java.io.IOExceptionprotected byte[] read(int length)
throws java.io.IOException
java.io.IOException