Class BtInsightConstants.BatteryHealthStatus

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.BatteryHealthStatus
    extends java.lang.Object
    Represents health status of battery in scanner accessory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String STATUS_COLD
      Represents that battery is in cold environment
      static java.lang.String STATUS_DEAD
      Represents that battery is dead and may not be operated anymore
      static java.lang.String STATUS_GOOD
      Represents that battery is good in its operation
      static java.lang.String STATUS_OVER_HEAT
      Represents that battery is in over heat environment
      static java.lang.String STATUS_OVER_VOLTAGE
      Represents that battery is experiencing over voltage than its max allowed range
      static java.lang.String STATUS_UNKNOWN
      Represents that battery health status is unknown
      static java.lang.String STATUS_UNSPEC_ERROR
      Represents that an un-assumed error occurred for health status check attempt
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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