|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NXTCommand | |
---|---|
lejos.nxt.remote | Remote NXT access over Bluetooth |
lejos.pc.comm | Communication from the PC to the NXT |
lejos.pc.tools |
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)
|
Uses of NXTCommand in lejos.pc.comm |
---|
Methods in lejos.pc.comm that return NXTCommand | |
---|---|
static NXTCommand |
NXTCommandConnector.getSingletonOpen()
Ensure that the singleton NXTCommand object has been opened and return it. |
Uses of NXTCommand in lejos.pc.tools |
---|
Constructors in lejos.pc.tools with parameters of type NXTCommand | |
---|---|
ExtendedFileModel(NXTCommand nxtCommand)
Fetch files from the NXT and create the model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |