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.

WARNING: THIS CLASS IS SHARED BETWEEN THE classes AND pccomms PROJECTS. DO NOT EDIT THE VERSION IN pccomms AS IT WILL BE OVERWRITTEN WHEN THE PROJECT IS BUILT.


Field Summary
 String bluetoothAddress
           
 int freeFlash
           
 String NXTname
           
 int signalStrength
           
 byte status
           
 
Constructor Summary
DeviceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()