Click or drag to resize

WakeupSource Class

The enumeration is the class that includes the power wakeup sources.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Power.WakeupSource

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 class WakeupSource : Enum

The WakeupSource type exposes the following members.

Properties
NameDescription
Public propertyAccelerometer
Accelerometer sensor.
Public propertyJniPeerMembers
To be added.
Public propertyPowerIn
To be added.
Public propertyPowerKey
To be added.
Public propertyRtcAlarm
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyTouch
Touch event on the screen.
Public propertyTrigAutoscan
To be added.
Public propertyTrigFront
To be added.
Public propertyTrigLeft
To be added.
Public propertyTrigPistol
To be added.
Public propertyTrigPtt
To be added.
Public propertyTrigRight
To be added.
Public propertyWifi
Wifi data.
Public propertyWwan
Cellular data or call.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The WakeupSource enumeration is the class that includes the power wakeup sources.

[Android Documentation]

See Also