DFUUpdateInfoStatus

public enum DFUUpdateInfoStatus : String, Codable

Provides dfu update status.

  • Firmware update is required.

    Declaration

    Swift

    case mandatory
  • Firmware update is optional and can be skipped.

    Declaration

    Swift

    case optional
  • There are no firmware updates available.

    Declaration

    Swift

    case none