Uses of Class
lejos.nxt.comm.USBConnection

Packages that use USBConnection
lejos.nxt.comm NXT communication classes 
 

Uses of USBConnection in lejos.nxt.comm
 

Methods in lejos.nxt.comm that return USBConnection
static USBConnection USB.waitForConnection()
          Wait for ever for the USB connection to become available.
static USBConnection USB.waitForConnection(int timeout, int mode)
          Wait for the USB interface to become available and for a PC side program to attach to it.
 

Methods in lejos.nxt.comm with parameters of type USBConnection
static void USB.waitForDisconnect(USBConnection conn, int timeout)
          Wait for the remote side of the connection to close down.