AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.DeviceCapabilitiesv2.Capabilities Class Reference

Capabilities object is returned as part of Device Capabilities AT&T's API The Device Capabilities attributes, which include Name, Vendor, Model, Release, UaProf, MMSCapable, AGPS, Location, Browser Name, Browser Type and WAP Push to allow developers to deliver applications that are tailored to a specific customer device. More...

List of all members.

Public Member Functions

 Capabilities ()
 Initializes a new instance of the Capabilities class.

Properties

string Name [get, set]
 Gets or sets Name AT&T's abbreviated code for the mobile device manufacturer and model number. These may or may not correspond to the device manufacturer's name and model number provided in the href. Note: The values manufacturer and model number will be separated by single SPACE.
string Vendor [get, set]
 Gets or sets Vendor AT&T's abbreviated code for the mobile device manufacturer. This may or may not correspond to the device manufacturer's name provided in the uaprof.
string Model [get, set]
 Gets or sets Model AT&T's model number for the mobile device. This may or may not correspond to the mobile device manufacturer's model number provided in the uaprof.
string FirmwareVersion [get, set]
 Gets or sets FirmwareVersion AT&T's shall map the AT&T's specific device firmware release number (if available) to this parameter. This may or may not correspond to the mobile device manufacturer's firmware release numbers.
string UaProf [get, set]
 Gets or sets UaProf Contains a URL to the device manufacturer website which may provide specific capability details for the mobile device in the request.
string MmsCapable [get, set]
 Gets or sets MmsCapable Value indicates whether device is MMS capable “Y” or “N” ?
string AssistedGps [get, set]
 Gets or sets AssistedGps Value indicates whether device is assisted-GPS capable “Y” or “N”.
string LocationTechnology [get, set]
 Gets or sets LocationTechnology Value indicates location technology network supported by device in terms of network Location service technology types i.e. “SUPL” or “SUPL2” as supporting Location query on 3G devices and 4G (LTE) devices respectively.
string DeviceBrowser [get, set]
 Gets or sets DeviceBrowser Value indicates the name of the browser that is resident on the device e.g. “RIM” for Blackberry devices.
string WapPushCapable [get, set]
 Gets or sets WapPushCapable Value indicates whether device is WAP Push capable “Y” or “N”?

Detailed Description

Capabilities object is returned as part of Device Capabilities AT&T's API The Device Capabilities attributes, which include Name, Vendor, Model, Release, UaProf, MMSCapable, AGPS, Location, Browser Name, Browser Type and WAP Push to allow developers to deliver applications that are tailored to a specific customer device.


Constructor & Destructor Documentation

Initializes a new instance of the Capabilities class.


Property Documentation

Gets or sets AssistedGps Value indicates whether device is assisted-GPS capable “Y” or “N”.

Gets or sets DeviceBrowser Value indicates the name of the browser that is resident on the device e.g. “RIM” for Blackberry devices.

Gets or sets FirmwareVersion AT&T's shall map the AT&T's specific device firmware release number (if available) to this parameter. This may or may not correspond to the mobile device manufacturer's firmware release numbers.

Gets or sets LocationTechnology Value indicates location technology network supported by device in terms of network Location service technology types i.e. “SUPL” or “SUPL2” as supporting Location query on 3G devices and 4G (LTE) devices respectively.

Gets or sets MmsCapable Value indicates whether device is MMS capable “Y” or “N” ?

Gets or sets Model AT&T's model number for the mobile device. This may or may not correspond to the mobile device manufacturer's model number provided in the uaprof.

Gets or sets Name AT&T's abbreviated code for the mobile device manufacturer and model number. These may or may not correspond to the device manufacturer's name and model number provided in the href. Note: The values manufacturer and model number will be separated by single SPACE.

Gets or sets UaProf Contains a URL to the device manufacturer website which may provide specific capability details for the mobile device in the request.

Gets or sets Vendor AT&T's abbreviated code for the mobile device manufacturer. This may or may not correspond to the device manufacturer's name provided in the uaprof.

Gets or sets WapPushCapable Value indicates whether device is WAP Push capable “Y” or “N”?