Class MeadowApp
Assembly: App.dll
View Source
Declaration
public class MeadowApp : App<F7CoreComputeV2>, IApp
Inheritance: System.Object -> Meadow.AppBase -> Meadow.App<Meadow.Devices.F7CoreComputeV2>
Implements:
Meadow.IApp
Methods
Initialize()
Called by MeadowOS to initialize the App
View Source
Declaration
public override Task Initialize()
Returns
System.Threading.Tasks.Task
Run()
Called by MeadowOS when everything is ready for the App to run
View Source
Declaration
public override Task Run()
Returns
System.Threading.Tasks.Task
Implements
Meadow.IApp