ImageSlot

open class ImageSlot

The single image slot data structure.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var active: Boolean
An image is active when it is running.
Link copied to clipboard
open var bootable: Boolean
An image is bootable when the Boot Loader verified that the image is valid.
Link copied to clipboard
A flag indicating whether the image is compressed.
Link copied to clipboard
open var confirmed: Boolean
An image is confirmed when it managed to boot from and was confirmed.
Link copied to clipboard
open var hash: Array<Byte>
The image hash.
Link copied to clipboard
open var image: Int
The image number used for multi-core devices.
Link copied to clipboard
open var pending: Boolean
An image is pending when it was scheduled to be swapped to slot 0.
Link copied to clipboard
open var permanent: Boolean
An image is permanent after it was confirmed using confirm command.
Link copied to clipboard
open var slot: Int
The slot number: 0 or 1.
Link copied to clipboard
open var version: String
The image version string.