| Microsoft.IoT.DeviceCore Namespace |
| Class | Description | |
|---|---|---|
| DispatcherExtensions |
Provides extension methods that make it easier to schedule actions on a dispatcher.
| |
| EmptyEventArgs |
Represents an argument for events that do not provide custom data.
| |
| GpioExtensions |
Provides helper methods for working with GPIO classes like GpioPin.
| |
| ScheduledUpdater | ScheduledUpdater is a helper class handles scheduling and unscheduling of
delegates for execution by an IScheduler.
| |
| ScheduleOptions |
Represents the options for a subscription with a scheduler.
| |
| Scheduler |
A default implementation of the IScheduler interface.
|
| Interface | Description | |
|---|---|---|
| IDevice |
The interface for an IoT device.
| |
| IEventObserver |
The interface for a class that observes event subscriptions.
| |
| IScheduledDevice |
The interface for an IoT device that updates on a shedule.
| |
| IScheduler |
The interface for a class that can schedule updates for other entities.
|
| Delegate | Description | |
|---|---|---|
| ScheduledAction |
A delegate for a scheduled action.
| |
| ScheduledAsyncAction |
A delegate for a scheduled asynchronous action.
|
| Enumeration | Description | |
|---|---|---|
| RotationDirection |
Defines the direction that rotation can occur on a single axis.
| |
| SchedulerPriority |
Indicates the requested priority level that a subscriber is scheduled.
|