Uses of Interface
lejos.pc.comm.NXTComm

Packages that use NXTComm
de.cau.cs.kieler.klots.util KLOTS utility classes. 
lejos.pc.comm Communication from the PC to the NXT 
 

Uses of NXTComm in de.cau.cs.kieler.klots.util
 

Methods in de.cau.cs.kieler.klots.util that return NXTComm
 NXTComm NXTCommunicator.getNXTComm()
           
 

Uses of NXTComm in lejos.pc.comm
 

Classes in lejos.pc.comm that implement NXTComm
 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.
 

Methods in lejos.pc.comm that return NXTComm
static NXTComm NXTCommFactory.createNXTComm(int protocol)
          Load a comms driver for a protocol (USB or Bluetooth)
 NXTComm NXTConnector.getNXTComm()
           
static NXTComm NXTCommandConnector.open()
          Open any available NXT.
 

Constructors in lejos.pc.comm with parameters of type NXTComm
NXTCommInputStream(NXTComm nxtComm)
           
NXTCommOutputStream(NXTComm nxtComm)