PowerManagerIsWakeupActive Method |
This function allows to know if a wakeup source is currently active.
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 bool IsWakeupActive(
WakeupSource source
)
Public Overridable Function IsWakeupActive (
source As WakeupSource
) As Boolean
Parameters
- source
- Type: Com.Datalogic.Device.PowerWakeupSource
- The WakeupSource that should be checked, whether is currently active or not.
Return Value
Type:
Booleanboolean true if the source is active, false otherwise.
Exceptions Remarks See Also