FirmwareCheckStatus

Outcome of checking a device's firmware version against the app's minimum requirements.

Entries

Link copied to clipboard

Firmware meets the recommended minimum.

Link copied to clipboard

Firmware is usable but below the recommended minimum; the user should be nudged to update.

Link copied to clipboard

Firmware is below the absolute minimum the app supports.

Link copied to clipboard

The version string could not be parsed (e.g. a blank/transient value during connection). Status is unknown.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.