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