DeviceInfo.java :  » Remote » bot-commander » icommand » nxt » comm » Android Open Source

Android Open Source » Remote » bot commander 
bot commander » icommand » nxt » comm » DeviceInfo.java
package icommand.nxt.comm;

public class DeviceInfo {
  public byte status;
  public String NXTname;
  public String bluetoothAddress;
  public int signalStrength;
  public int freeFlash;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.