Uses of Class
lejos.pc.comm.NXTCommException

Uses of NXTCommException in lejos.pc.comm
 

Methods in lejos.pc.comm that throw NXTCommException
static NXTComm NXTCommFactory.createNXTComm(int protocol)
           
 boolean NXTCommUSB.open(NXTInfo nxt)
           
 boolean NXTCommBluez.open(NXTInfo nxt)
           
 boolean NXTCommBluecove.open(NXTInfo nxt)
           
 boolean NXTCommand.open(NXTInfo nxt)
          Open a connection to the NXT
 boolean NXTComm.open(NXTInfo nxt)
          Connect to a NXT found by a search or created from mname and address.
 boolean NXTCommBluez.open(NXTInfo nxt, int mode)
           
 boolean NXTCommBluecove.open(NXTInfo nxt, int mode)
           
 boolean NXTComm.open(NXTInfo nxt, int mode)
          Connect to a NXT found by a search or created from mname and address.
 NXTInfo[] NXTSamba.search()
          Locate all NXT devices that are running in SAM-BA mode.
 NXTInfo[] NXTCommBluecove.search(java.lang.String name, int protocol)
           
 NXTInfo[] NXTCommand.search(java.lang.String name, int protocol)
          Search for NXTs
 NXTInfo[] NXTComm.search(java.lang.String name, int protocol)
          Search for NXTs over USB, Bluetooth or both
 void NXTCommand.setNXTCommBlueTooth()
          Set the protocol to Bluetooth.