PowerLevel Enumeration

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

public enum PowerLevel

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.

Members

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

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

Microsoft.SPOT.Hardware Namespace