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_PTT |
The PTT trigger
|
WakeupSource |
TRIG_RIGHT |
The right trigger button
|
WakeupSource |
WIFI |
Wifi data
|
WakeupSource |
WWAN |
Cellular data or call
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
WakeupSource
POWER_IN
A generic charging power source
public
static
final
WakeupSource
POWER_KEY
Power button, used to turn on and off the device
public
static
final
WakeupSource
TOUCH
Touch event on the screen
Public Methods