Share via


PowerState.WakeupEvents Property

Gets or sets the default wakeup events for all Thread.Sleep calls and internal system sleep calls.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public static HardwareEvent WakeupEvents { get; set; }

Property Value

The default wakeup events for all Thread.Sleep calls and internal system sleep calls.

Remarks

Sets the events on which the system should wake up in normal operations.

If SystemTimer is not specified for this property, then managed code timers and thread sleeps will not be handled until the system wakes up.

Version Information

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

See Also

Reference

PowerState Class
PowerState Members
Microsoft.SPOT.Hardware Namespace