Uses of Class
lejos.nxt.remote.NXTCommand

Packages that use NXTCommand
lejos.nxt.remote Remote NXT access over Bluetooth 
 

Uses of NXTCommand in lejos.nxt.remote
 

Methods in lejos.nxt.remote that return NXTCommand
 NXTCommand RemoteSensorPort.getNXTCommand()
          Get the NXTCommand object used for remote access
static NXTCommand NXTCommand.getSingleton()
          Get the singleton NXTCommand object.
 

Constructors in lejos.nxt.remote with parameters of type NXTCommand
RemoteBattery(NXTCommand nxtCommand)
           
RemoteMotor(NXTCommand nxtCommand, int id)
           
RemoteMotorPort(NXTCommand nxtCommand, int id)
           
RemoteSensorPort(NXTCommand nxtCommand, int id)