RemoteControlListEntry

@objcMembers
@objc(GSRemoteControlListEntry)
public class RemoteControlListEntry : NSObject

Remote control list entry.

  • uid

    Remote control unique identifier.

    Declaration

    Swift

    public let uid: String
  • Remote control model.

    Declaration

    Swift

    public let model: RemoteControl.Model
  • Remote control name.

    Declaration

    Swift

    public internal(set) var name: String { get }
  • Remote control state.

    Declaration

    Swift

    public internal(set) var state: DeviceState { get }
  • Debug description.

    Declaration

    Swift

    override public var description: String { get }