Model

@objc(GSRemoteControlModel)
public enum Model : Int, CustomStringConvertible

Model of remote control.

  • Sky Controller 3 remote control.

    Declaration

    Swift

    case skyCtrl3
  • Sky Controller 4 remote control.

    Declaration

    Swift

    case skyCtrl4
  • Sky Controller UA remote control.

    Declaration

    Swift

    case skyCtrlUA
  • Sky Controller 4 Black remote control.

    Declaration

    Swift

    case skyCtrl4Black
  • Sky Controller 5 remote control.

    Declaration

    Swift

    case skyCtrl5
  • Internal unique identifier.

    Declaration

    Swift

    public var internalId: Int { get }
  • Debug description.

    Declaration

    Swift

    public var description: String { get }