PowerManagerIsWakeupSupported Method |
This function allows to know if a wakeup source is configurable on a target device.
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 IsWakeupSupported(
WakeupSource source
)
Public Overridable Function IsWakeupSupported (
source As WakeupSource
) As Boolean
Parameters
- source
- Type: Com.Datalogic.Device.PowerWakeupSource
- The WakeupSource that should be checked, whether is supported or not.
Return Value
Type:
Booleanboolean true if the source can be enabled or disabled, false otherwise.
Remarks See Also