Skip to main content

Enum MeadowPlatform

Platform (hardware, etc) Meadow is currently executing on

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

Fields

Unknown

Current Platform is not resolvable

View Source
Declaration
Unknown = 0

F7FeatherV1

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

View Source
Declaration
F7FeatherV1 = 1

F7FeatherV2

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

View Source
Declaration
F7FeatherV2 = 2

F7CoreComputeV2

F7 Core Compute Module version 2.

View Source
Declaration
F7CoreComputeV2 = 3

EmbeddedLinux

Meadow on an embedded Linux platform

View Source
Declaration
EmbeddedLinux = 4

DesktopLinux

Meadow on a desktop Linux platform

View Source
Declaration
DesktopLinux = 5

MeadowSimulation

Meadow Simulation Platform

View Source
Declaration
MeadowSimulation = 6

Windows

Windows Host OS

View Source
Declaration
Windows = 7

OSX

OSX Host OS

View Source
Declaration
OSX = 8