public final enum

RebootReason

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

Class Overview

The RebootReason enumeration is the class that includes the reboot reason related to Power off.

Summary

Enum Values
RebootReason  HW_RESET_BUTTON  Hardware Reset button used to reset the device  
RebootReason  POWER_KEY  Power button by menu used to power-off the device  
RebootReason  UNKNOWN  Unknown device reboot  
Public Methods
static RebootReason valueOf(String name)
final static RebootReason[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RebootReason HW_RESET_BUTTON

Added in revision 13

Hardware Reset button used to reset the device

public static final RebootReason POWER_KEY

Added in revision 13

Power button by menu used to power-off the device

public static final RebootReason UNKNOWN

Added in revision 13

Unknown device reboot

Public Methods

public static RebootReason valueOf (String name)

Added in revision 13

public static final RebootReason[] values ()

Added in revision 13