PowerLevel Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the names of the default power state levels for a .NET Micro Framework device.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Enumeration PowerLevel
public enum PowerLevel
public enum class PowerLevel
type PowerLevel
public enum PowerLevel

Members

Member name Description
High High power level.
Medium Medium power level.
Low Low power level.

Remarks

This enumeration contains the default power state levels for a .NET Micro Framework device. The behavior for each of the levels is determined by the hardware vendor. The general guideline is that each increased value indicates a lower power-consumption state. This enumeration can be extended by hardware vendors to include additional power levels.

See Also

Reference

Microsoft.SPOT.Hardware Namespace