Click or drag to resize

WakeupSource Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.PowerWakeupSource

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

The WakeupSource type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAccelerometer
Accelerometer sensor
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberPowerIn
A generic charging power source
Public propertyStatic memberPowerKey
Power button, used to turn on and off the device
Public propertyStatic memberRtcAlarm
Real-Time clock alarm
Public propertyStatic memberTouch
Touch event on the screen
Public propertyStatic memberTrigAutoscan
The AutoScan trigger
Public propertyStatic memberTrigFront
The front trigger button
Public propertyStatic memberTrigLeft
The left trigger button
Public propertyStatic memberTrigPistol
The back trigger button
Public propertyStatic memberTrigRight
The right trigger button
Public propertyStatic memberWifi
Wifi data
Public propertyStatic memberWwan
Cellular data or call
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 WakeupSource enumeration is the class that includes the power wakeup sources.

[Android Documentation]

See Also