Skip to main content

Class App<D, P, H>

Provides a base implementation for the Meadow App. Use this class for Meadow applications to get strongly-typed access to the current device information.

Assembly: Meadow.dll
View Source
Declaration
public abstract class App<D, P, H> : AppBase, IApp where D : class, IMeadowDevice where P : IMeadowAppEmbeddedHardwareProvider<H> where H : IMeadowAppEmbeddedHardware

Inheritance: System.Object -> Meadow.AppBase

Implements:
Meadow.IApp

Properties

Hardware

The instance if the IMeadowAppEmbeddedHardware on which the stack is running

View Source
Declaration
public static H Hardware { get; }

Implements