Enum WakeSource
The source/reason for a device wake event
Assembly: Meadow.Contracts.dll
View Source
public enum WakeSource
Fields
Timer
The device has resumed due to an elapsed timer
View Source
Timer = 0
Interrupt
The device has resumed due to an interrupt
View Source
Interrupt = 1