FirmwareVersionType

@objc(GSFirmwareVersionType)
public enum FirmwareVersionType : Int

Firmware version type.

  • dev

    Development type.

    Declaration

    Swift

    case dev
  • Alpha type.

    Declaration

    Swift

    case alpha
  • Beta version.

    Declaration

    Swift

    case beta
  • rc

    Release candidate version.

    Declaration

    Swift

    case rc
  • Release version

    Declaration

    Swift

    case release
  • Debug description.

    Declaration

    Swift

    public var description: String { get }