DeviceModel

public protocol DeviceModel

Detailed information on a device model. A device model is a specification of the attributes, formats, and resources available on the device.

  • Get the URN of the device model

    Declaration

    Swift

    func getURN() -> String

    Return Value

    the URN of the model

  • Get the name of the device model

    Declaration

    Swift

    func getName() -> String

    Return Value

    the device model name

  • Get the free form description of the device model

    Declaration

    Swift

    func getDescription() -> String

    Return Value

    the description of the model