Skip to main content

Class WakeUpOptions

Options for waking a device passed to Sleep calls

Assembly: Meadow.dll
View Source
Declaration
public class WakeUpOptions

Properties

SleepUntil

Sleep until a specific time

View Source
Declaration
public DateTime SleepUntil { get; set; }

SleepDuration

Sleep for a specific duration

View Source
Declaration
public TimeSpan SleepDuration { get; set; }

WakeOnNetwork

Sleep until network traffic is detected

View Source
Declaration
public bool WakeOnNetwork { get; set; }

WakeOnInterruptPorts

Sleep until an interrupt occurs on a specific port

View Source
Declaration
public List<IDigitalInterruptPort> WakeOnInterruptPorts { get; }