Inherits from NSObject
Declared in PTDeviceInformation.h

Overview

PTDeviceInformation holds QOS information related to the device.

Tasks

os

  •   os

    The name of the operating system running on the device represented by the receiver. (read-only)

    property

model

  •   model

    The model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)

    property

id

  •   id

    An alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)

    property

Properties

id

An alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)

@property (readonly, retain) NSUUID *id

Discussion

An alphanumeric string that uniquely identifies a device to the app’s vendor. (read-only)

Declared In

PTDeviceInformation.h

model

The model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)

@property (readonly, retain) NSString *model

Discussion

The model of the device. Possible examples of model strings are @”iPhone” and @”iPod touch”.(read-only)

Declared In

PTDeviceInformation.h

os

The name of the operating system running on the device represented by the receiver. (read-only)

@property (readonly, retain) NSString *os

Discussion

The name of the operating system running on the device represented by the receiver. (read-only)

Declared In

PTDeviceInformation.h