Share via


WakeupEvents Property

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

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

'Declaration
Public Shared Property WakeupEvents As HardwareEvent
public static HardwareEvent WakeupEvents { get; set; }
public:
static property HardwareEvent WakeupEvents {
    HardwareEvent get ();
    void set (HardwareEvent value);
}
static member WakeupEvents : HardwareEvent with get, set
static function get WakeupEvents () : HardwareEvent
static function set WakeupEvents (value : HardwareEvent)

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .HardwareEvent
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 HardwareEvent..::..SystemTimer SystemTimer is not specified for this property, then managed code timers and thread sleeps will not be handled until the system wakes up.

.NET Framework Security

See Also

Reference

PowerState Class

Microsoft.SPOT.Hardware Namespace