Definition at line 9 of file UDPManager.java.
§ UDPManager()
grl.UDPManager.UDPManager |
( |
String |
laptopIP, |
|
|
String |
laptopPort, |
|
|
ITaskLogger |
errorlogger |
|
) |
| |
|
inline |
§ connect()
boolean grl.UDPManager.connect |
( |
| ) |
|
|
inline |
Blocks until a connection is established or stop() is called.
- Returns
- error code: false on success, otherwise failure (or told to stop)
- Exceptions
-
Definition at line 60 of file UDPManager.java.
§ finalize()
void grl.UDPManager.finalize |
( |
| ) |
|
|
inlineprotected |
§ getCurrentMessage()
§ getPrevMessage()
§ isStop()
boolean grl.UDPManager.isStop |
( |
| ) |
|
|
inline |
§ sendMessage()
boolean grl.UDPManager.sendMessage |
( |
byte [] |
msg, |
|
|
int |
size |
|
) |
| throws IOException |
|
inline |
Blocks until a connection is re-established or stop() is called.
- Returns
- error code: false on success, otherwise failure (or told to stop)
- Exceptions
-
Definition at line 161 of file UDPManager.java.
§ setStop()
void grl.UDPManager.setStop |
( |
boolean |
stop | ) |
|
|
inline |
§ stop()
void grl.UDPManager.stop |
( |
| ) |
|
|
inline |
§ waitForNextMessage()
The documentation for this class was generated from the following file: