Table of Contents

Enum PamojaSlotState

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

What a device believes about one slot.

public enum PamojaSlotState

Fields

Confirmed = 4

Tried and confirmed working.

Empty = 0

Nothing has been written here.

Failed = 5

Tried and did not confirm, so it will not be tried again.

Pending = 3

Being tried for the first time; it reverts unless it confirms.

Receiving = 1

An image is arriving.

Staged = 2

A complete image that matched its manifest, not yet tried.