Skip to main content

Enum MeadowPlatform

Platform (hardware, etc) Meadow is currently executing on

Assembly: Meadow.Contracts.dll
View Source
public enum MeadowPlatform

Fields

Unknown

Current Platform is not resolvable

View Source
Unknown = 0

F7FeatherV1

F7 Feather version 1 (revisions a -> d).

View Source
F7FeatherV1 = 1

F7FeatherV2

F7 Feather version 2 (revisions a -> c).

View Source
F7FeatherV2 = 2

F7CoreComputeV2

F7 Core Compute Module version 2.

View Source
F7CoreComputeV2 = 3

MeadowForLinux

Meadow for Linux

View Source
MeadowForLinux = 4

MeadowSimulation

Meadow Simulation Platform

View Source
MeadowSimulation = 5

Windows

Windows Host OS

View Source
Windows = 6