Table of Contents

Enum DeviceFirmwareState

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll

State of a given firmware version

public enum DeviceFirmwareState

Fields

NotApplicable = 4

The firmware version is not from a device, but typically a file or the firmware release server. Therefore it does not have a state.

Recovery = 3

Device has been reset and is running recovery (factory) firmware

Unknown = 0

Unknown can mean:

  • It was reported thusly by the device
  • There was an issue getting the state of the device
Unverified = 2

Device will not boot to the current firmware slot unless firmware is verified

Verified = 1

Device will boot to the current slot