Enum DeviceFirmwareState
State of a given firmware version
public enum DeviceFirmwareState
Fields
NotApplicable = 4The firmware version is not from a device, but typically a file or the firmware release server. Therefore it does not have a state.
Recovery = 3Device has been reset and is running recovery (factory) firmware
Unknown = 0Unknown can mean:
- It was reported thusly by the device
- There was an issue getting the state of the device
Unverified = 2Device will not boot to the current firmware slot unless firmware is verified
Verified = 1Device will boot to the current slot