Enum UpdateType
Represents the type of update.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum UpdateType
Fields
Bootloader
Update for the bootloader.
View Source
Declaration
Bootloader = 0
OS
Update for the operating system.
View Source
Declaration
OS = 1
Application
Update for the application.
View Source
Declaration
Application = 2