Click or drag to resize

RebootReason Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.PowerRebootReason

Namespace:  Com.Datalogic.Device.Power
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class RebootReason : Enum

The RebootReason type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHwResetButton
Hardware Reset button used to reset the device
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberPowerKey
Power button by menu used to power-off the device
Public propertyStatic memberUnknown
Unknown device reboot
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The RebootReason enumeration is the class that includes the reboot reason related to Power off.

[Android Documentation]

See Also