Uses of Class
lejos.pc.comm.NXTInfo

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

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

Methods in de.cau.cs.kieler.klots.util that return NXTInfo
 NXTInfo NXTCommunicator.getNXTInfo()
           
 NXTInfo[] NXTCommunicator.searchForNXTs()
           
 NXTInfo[] NXTCommunicator.searchForNXTs(String name, String address, int protocol)
           
 

Methods in de.cau.cs.kieler.klots.util with parameters of type NXTInfo
 void NXTFlashUpdate.resetDevice(NXTInfo nxt)
          Attempt to restart the nxt in SAM-BA mode.
 

Uses of NXTInfo in lejos.pc.comm
 

Methods in lejos.pc.comm that return NXTInfo
 NXTInfo NXTConnector.getNXTInfo()
           
 NXTInfo[] NXTConnector.getNXTInfos()
           
 NXTInfo[] NXTConnectionManager.search()
          searches for available NXT bricks automatically connects to the first one found (TODO: correct?)
 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)
           
 NXTInfo[] NXTCommBluez.search(String name, int protocol)
           
 NXTInfo[] NXTCommUSB.search(String name, int protocol)
          Locate availabe nxt devices and return them.
 NXTInfo[] NXTConnector.search(String nxt, String addr, int protocols)
          Search for a NXT
 

Methods in lejos.pc.comm with parameters of type NXTInfo
 boolean NXTConnector.connectTo(NXTInfo nxtInfo, int mode)
          Connect to a NXT using a NXTInfo
 boolean NXTConnectionManager.connectToBrick(NXTInfo nxtInfo)
          connects to a NXT brick
 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 NXTSamba.open(NXTInfo nxt)
          Open the specified USB device and check that it is in SAM-BA mode.
 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)
           
 boolean NXTCommUSB.open(NXTInfo nxtInfo, int mode)
          Open a connection to the specified device, and make it available for use.
 

Constructors in lejos.pc.comm with parameters of type NXTInfo
NXTInfo(NXTInfo info)
          copy constructor
 

Uses of NXTInfo in lejos.pc.tools
 

Methods in lejos.pc.tools with parameters of type NXTInfo
 void NXJFlashUpdate.resetDevice(NXTInfo nxt)
          Attempt to restart the nxt in SAM-BA mode.
 void NXTConnectionModel.setData(NXTInfo[] nxts, int numNXTs)
          Update the data in the model.
 

Constructors in lejos.pc.tools with parameters of type NXTInfo
NXTConnectionModel(NXTInfo[] nxts, int numNXTs)
          Create the model from an array of NXTInfo.