com.partnersoft.io.gps.trimble
Class BatteryLevel

java.lang.Object
  extended by com.partnersoft.io.gps.trimble.BatteryLevel

public class BatteryLevel
extends java.lang.Object

The native code depends on the fields in this class, so don't take any out or change their names.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Field Summary
 int levelCode
           
 double percentageRemaining
           
 double voltage
           
 
Constructor Summary
BatteryLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

levelCode

public int levelCode

percentageRemaining

public double percentageRemaining

voltage

public double voltage
Constructor Detail

BatteryLevel

public BatteryLevel()