OTTDevice
open class OTTDevice : NSObject
Container class of an OTT device connection
-
String representation of the status of the device
Declaration
Swift
public var status: String
-
String representation of the of the device name
Declaration
Swift
public var device: String
-
String representation of the ID of the device
Declaration
Swift
public var deviceID: String
-
String representation of the device manufacturer
Declaration
Swift
public var deviceManufacturer: String
-
String representation of the device model
Declaration
Swift
public var deviceModel: String
-
String representation of the device version
Declaration
Swift
public var deviceVersion: String
-
String representation of the device type
Declaration
Swift
public var type: String
-
Creates a new instance of the class with its default values
Declaration
Swift
public override init()