public abstract class NXTCommConnector
extends java.lang.Object
Constructor and Description |
---|
NXTCommConnector() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
cancel()
Cancel a connection attempt.
|
abstract NXTConnection |
connect(java.lang.String target,
int mode)
Open a connection to the specified name/address using the given I/O mode
|
abstract NXTConnection |
waitForConnection(int timeout,
int mode)
Wait for an incoming connection, or for the request to timeout.
|
public abstract NXTConnection connect(java.lang.String target, int mode)
target
- The name or address of the device/host to connect to.mode
- The I/O mode to use for this connectionpublic abstract NXTConnection waitForConnection(int timeout, int mode)
timeout
- Time in ms to wait for the connection to be mademode
- I/O mode to be used for the accepted connection.public abstract boolean cancel()