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