Uses of Class
lejos.pc.comm.NXTConnectionState

Packages that use NXTConnectionState
lejos.pc.comm Communication from the PC to the NXT 
lejos.pc.tools   
 

Uses of NXTConnectionState in lejos.pc.comm
 

Fields in lejos.pc.comm declared as NXTConnectionState
 NXTConnectionState NXTInfo.connectionState
          the present connection state of the NXT
 

Methods in lejos.pc.comm that return NXTConnectionState
static NXTConnectionState NXTConnectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NXTConnectionState[] NXTConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NXTConnectionState in lejos.pc.tools
 

Methods in lejos.pc.tools with parameters of type NXTConnectionState
 void NXTConnectionModel.setConnected(int row, NXTConnectionState state)