public final enum

OffChargingModePolicy

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.OffChargingModePolicy

Class Overview

Enum OffChargingModePolicy defines the behaviors that the device can assume while it is turned off and is being charged. These values are used by property POWER_OFF_CHARGING_MODE_POLICY

Summary

Enum Values
OffChargingModePolicy  ALWAYS_POWER_OFF  Always power off. 
OffChargingModePolicy  ALWAYS_POWER_ON_ON_THRESHOLD  Always power on when the charge threshold is reached. 
OffChargingModePolicy  ALWAYS_POWER_ON_ON_THRESHOLD_WHILE_IN_CRADLE  Always power on when the charge threshold is reached and the device is placed in the cradle. 
Public Methods
static OffChargingModePolicy valueOf(String name)
final static OffChargingModePolicy[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OffChargingModePolicy ALWAYS_POWER_OFF

Added in revision 29

Always power off.

public static final OffChargingModePolicy ALWAYS_POWER_ON_ON_THRESHOLD

Added in revision 29

Always power on when the charge threshold is reached.

public static final OffChargingModePolicy ALWAYS_POWER_ON_ON_THRESHOLD_WHILE_IN_CRADLE

Added in revision 29

Always power on when the charge threshold is reached and the device is placed in the cradle.

Public Methods

public static OffChargingModePolicy valueOf (String name)

Added in revision 29

public static final OffChargingModePolicy[] values ()

Added in revision 29