Uses of Class
lejos.pc.comm.NXTCommException

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

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

Methods in de.cau.cs.kieler.klots.util that throw NXTCommException
 NXTSamba NXTFlashUpdate.openSambaDevice(int timeout)
          Locate and open an nxt device in SAM-BA mode.
 void NXTFlashUpdate.resetDevice(NXTInfo nxt)
          Attempt to restart the nxt in SAM-BA mode.
 

Uses of NXTCommException in lejos.pc.comm
 

Methods in lejos.pc.comm that throw NXTCommException
static NXTComm NXTCommFactory.createNXTComm(int protocol)
          Load a comms driver for a protocol (USB or Bluetooth)
static Properties NXTCommFactory.getNXJCache()
          Load the Bluetooth name cache as properties
static Properties NXTCommFactory.getNXJProperties()
          Load the leJOS NXJ properties
 boolean NXTComm.open(NXTInfo nxt)
          Connect to a NXT found by a search or created from mname and address.
 boolean NXTCommBluecove.open(NXTInfo nxt)
           
 boolean NXTCommBluez.open(NXTInfo nxt)
           
 boolean NXTCommUSB.open(NXTInfo nxt)
           
 boolean NXTComm.open(NXTInfo nxt, int mode)
          Connect to a NXT found by a search or created from mname and address.
 boolean NXTCommBluecove.open(NXTInfo nxt, int mode)
           
 boolean NXTCommBluez.open(NXTInfo nxt, int mode)
           
 NXTInfo[] NXTSamba.search()
          Locate all NXT devices that are running in SAM-BA mode.
 NXTInfo[] NXTComm.search(String name, int protocol)
          Search for NXTs over USB, Bluetooth or both
 NXTInfo[] NXTCommBluecove.search(String name, int protocol)
           
 

Uses of NXTCommException in lejos.pc.tools
 

Methods in lejos.pc.tools that throw NXTCommException
 NXTSamba NXJFlashUpdate.openSambaDevice(int timeout)
          Locate and open an nxt device in SAM-BA mode.
 void NXJFlashUpdate.resetDevice(NXTInfo nxt)
          Attempt to restart the nxt in SAM-BA mode.
 void NXJMonitor.run()
           
 void NXJBrowser.run(String[] args)