public class SocketUdpClient extends SocketTcpIpBase
| Constructor and Description |
|---|
SocketUdpClient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close() |
boolean |
connect(java.lang.String ipString,
int port) |
byte[] |
receive() |
byte[] |
receiveOnThread() |
byte[] |
receiveOnThread(int timeOut) |
boolean |
send(byte[] data) |
boolean |
sendOnThread(byte[] data) |
public boolean connect(java.lang.String ipString,
int port)
connect in class SocketTcpIpBasepublic boolean close()
close in class SocketTcpIpBasepublic boolean sendOnThread(byte[] data)
sendOnThread in class SocketTcpIpBasepublic byte[] receiveOnThread()
receiveOnThread in class SocketTcpIpBasepublic byte[] receiveOnThread(int timeOut)
receiveOnThread in class SocketTcpIpBasepublic byte[] receive()
receive in class SocketTcpIpBasepublic boolean send(byte[] data)
send in class SocketTcpIpBase