SleepEventType Enumeration

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

Indicates what type of sleep event occurred.

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

Syntax

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

Members

Member name Description
Invalid Invalid event.
ChangeRequested A managed thread has requested the system to go into a sleep state.
WakeUp The sytem woke up from a sleep state.

See Also

Reference

Microsoft.SPOT.Hardware Namespace