Uses of Interface
lejos.nxt.remote.NXTCommRequest

Packages that use NXTCommRequest
lejos.nxt.remote Remote NXT access over Bluetooth 
lejos.pc.comm Communication from the PC to the NXT 
 

Uses of NXTCommRequest in lejos.nxt.remote
 

Classes in lejos.nxt.remote that implement NXTCommRequest
 class NXTComm
          Initiates communication to a remote NXT.
 

Methods in lejos.nxt.remote with parameters of type NXTCommRequest
 void NXTCommand.setNXTComm(NXTCommRequest nxtComm)
          Set the NXTComm used to communicate with the NXT.
 

Uses of NXTCommRequest in lejos.pc.comm
 

Subinterfaces of NXTCommRequest in lejos.pc.comm
 interface NXTComm
          Interface that all NXTComm implementation classes must implement for low-level communication with the NXT.
 

Classes in lejos.pc.comm that implement NXTCommRequest
 class NXTCommBluecove
          Implementation of NXTComm using the Bluecove libraries on Microsoft Windows.
 class NXTCommBluez
          Implementation of NXTComm using the the jbluez library on Linux or Unix systems.
 class NXTCommFantom
          Implementation of NXTComm using the the LEGO Fantom API.
 class NXTCommLibnxt
          Implementation of NXTComm over USB using libnxt.
 class NXTCommUSB
          Base Implementation of NXTComm for USB This module implements two types of I/O over USB.