Uses of Class
lejos.nxt.comm.NXTCommConnector

Packages that use NXTCommConnector
lejos.nxt.comm NXT communication classes 
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of NXTCommConnector in lejos.nxt.comm
 

Methods in lejos.nxt.comm that return NXTCommConnector
static NXTCommConnector Bluetooth.getConnector()
          Provides access to the singleton connection object.
static NXTCommConnector USB.getConnector()
          Provides access to the singleton connection object.
static NXTCommConnector RS485.getConnector()
          Provides access to the singleton connection object.
 

Constructors in lejos.nxt.comm with parameters of type NXTCommConnector
LCPResponder(NXTCommConnector connector)
          Create a Responder using the provided connector The connector is used to create the listening connection used to accept remote commands.
 

Uses of NXTCommConnector in lejos.nxt.remote
 

Constructors in lejos.nxt.remote with parameters of type NXTCommConnector
RemoteNXT(String name, NXTCommConnector connector)