Enum SlotState
What a device believes about one slot.
public enum SlotState
Fields
Confirmed = 4Tried and confirmed working.
Empty = 0Nothing has been written here.
Failed = 5Tried and did not confirm, so it will not be tried again.
Pending = 3Being tried for the first time; it reverts unless it confirms.
Receiving = 1An image is arriving, and
Writtensays how much of it has.Staged = 2A complete image that matched its manifest, not yet tried.