Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.BatteryHealthStatus
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.BatteryHealthStatus
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.BatteryHealthStatus extends java.lang.ObjectRepresents health status of battery in scanner accessory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTATUS_COLDRepresents that battery is in cold environmentstatic java.lang.StringSTATUS_DEADRepresents that battery is dead and may not be operated anymorestatic java.lang.StringSTATUS_GOODRepresents that battery is good in its operationstatic java.lang.StringSTATUS_OVER_HEATRepresents that battery is in over heat environmentstatic java.lang.StringSTATUS_OVER_VOLTAGERepresents that battery is experiencing over voltage than its max allowed rangestatic java.lang.StringSTATUS_UNKNOWNRepresents that battery health status is unknownstatic java.lang.StringSTATUS_UNSPEC_ERRORRepresents that an un-assumed error occurred for health status check attempt
-
-
-
Field Detail
-
STATUS_UNKNOWN
public static final java.lang.String STATUS_UNKNOWN
Represents that battery health status is unknown- See Also:
- Constant Field Values
-
STATUS_GOOD
public static final java.lang.String STATUS_GOOD
Represents that battery is good in its operation- See Also:
- Constant Field Values
-
STATUS_OVER_HEAT
public static final java.lang.String STATUS_OVER_HEAT
Represents that battery is in over heat environment- See Also:
- Constant Field Values
-
STATUS_DEAD
public static final java.lang.String STATUS_DEAD
Represents that battery is dead and may not be operated anymore- See Also:
- Constant Field Values
-
STATUS_OVER_VOLTAGE
public static final java.lang.String STATUS_OVER_VOLTAGE
Represents that battery is experiencing over voltage than its max allowed range- See Also:
- Constant Field Values
-
STATUS_UNSPEC_ERROR
public static final java.lang.String STATUS_UNSPEC_ERROR
Represents that an un-assumed error occurred for health status check attempt- See Also:
- Constant Field Values
-
STATUS_COLD
public static final java.lang.String STATUS_COLD
Represents that battery is in cold environment- See Also:
- Constant Field Values
-
-