public final enum

WakeupSource

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.power.WakeupSource

Class Overview

The WakeupSource enumeration is the class that includes the power wakeup sources.

Summary

Enum Values
WakeupSource  ACCELEROMETER  Accelerometer sensor  
WakeupSource  POWER_IN  A generic charging power source  
WakeupSource  POWER_KEY  Power button, used to turn on and off the device  
WakeupSource  RTC_ALARM  Real-Time clock alarm  
WakeupSource  TOUCH  Touch event on the screen  
WakeupSource  TRIG_AUTOSCAN  The AutoScan trigger  
WakeupSource  TRIG_FRONT  The front trigger button  
WakeupSource  TRIG_LEFT  The left trigger button  
WakeupSource  TRIG_PISTOL  The back trigger button  
WakeupSource  TRIG_RIGHT  The right trigger button  
WakeupSource  WIFI  Wifi data  
WakeupSource  WWAN  Cellular data or call  
Public Methods
static WakeupSource valueOf(String name)
final static WakeupSource[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WakeupSource ACCELEROMETER

Added in revision 1

Accelerometer sensor

public static final WakeupSource POWER_IN

Added in revision 1

A generic charging power source

public static final WakeupSource POWER_KEY

Added in revision 1

Power button, used to turn on and off the device

public static final WakeupSource RTC_ALARM

Added in revision 1

Real-Time clock alarm

public static final WakeupSource TOUCH

Added in revision 1

Touch event on the screen

public static final WakeupSource TRIG_AUTOSCAN

Added in revision 5

The AutoScan trigger

public static final WakeupSource TRIG_FRONT

Added in revision 1

The front trigger button

public static final WakeupSource TRIG_LEFT

Added in revision 1

The left trigger button

public static final WakeupSource TRIG_PISTOL

Added in revision 1

The back trigger button

public static final WakeupSource TRIG_RIGHT

Added in revision 1

The right trigger button

public static final WakeupSource WIFI

Added in revision 1

Wifi data

public static final WakeupSource WWAN

Added in revision 1

Cellular data or call

Public Methods

public static WakeupSource valueOf (String name)

Added in revision 1

public static final WakeupSource[] values ()

Added in revision 1