PowerManagerWakeupReason Property |
This function allows to know the source of the last wakeup.
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 virtual WakeupSource WakeupReason { get; }
Public Overridable ReadOnly Property WakeupReason As WakeupSource
Get
Property Value
Type:
WakeupSourceThe value of the last wakeup source as a
WakeupSource, null in case no wake up source woke up the device.
Exceptions Remarks See Also