OpenNETCF Smart Device Framework 2.3
Device Power State

Namespace:  OpenNETCF.WindowsCE
Assembly:  OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0

Syntax

C#
public enum DevicePowerState
Visual Basic (Declaration)
Public Enumeration DevicePowerState
Visual Basic (Usage)
Dim instance As DevicePowerState
Visual C++
public enum class DevicePowerState
J#
public enum DevicePowerState
JScript
public enum DevicePowerState
JavaScript
OpenNETCF.WindowsCE.DevicePowerState = function();
OpenNETCF.WindowsCE.DevicePowerState.createEnum('OpenNETCF.WindowsCE.DevicePowerState', false);

Members

Member nameDescription
Unsepecified
The device power state is not specified
FullOn
Set to full on (D0)
LowPower
Set to low power mode (D1)
Standby
Set to standby mode (D2)
Sleep
Set to Sleep mode (D3)
Off
Power off (D4)

See Also