lejos.nxt.remote
Class DeviceInfo

java.lang.Object
  extended by lejos.nxt.remote.DeviceInfo

public class DeviceInfo
extends Object

Represents a remote NXT accessed via LCP.


Field Summary
 String bluetoothAddress
           
 int freeFlash
           
 String NXTname
           
 int signalStrength
           
 byte status
           
 
Constructor Summary
DeviceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

public byte status

NXTname

public String NXTname

bluetoothAddress

public String bluetoothAddress

signalStrength

public int signalStrength

freeFlash

public int freeFlash
Constructor Detail

DeviceInfo

public DeviceInfo()