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
Device Capabilities Service Cookbook

Overview

This cookbook shows you how to develop a Device Capabilities Service application using the Platform SDK for Microsoft.
The Platform SDK for Microsoft provides the following methods:

  • Get Device Capabilities

To use these methods in an application, perform the following steps:

  1. Add a reference to the SDK as shown in the About the Cookbooks section and import the ATT_MSSDK.DeviceCapabilitiesv2 namespace.
  2. Create an instance of RequestFactory with the scope type RequestFactory.ScopeTypes.DC, as shown in the About the Cookbooks section.
  3. Invoke the Device Capabilities Service methods using the RequestFactory instance.

Getting Device Capabilities

To get the Device Capabilities information from a given AT&T wireless number, invoke the GetDeviceCapabilities method using the RequestFactory instance as shown in the following code example.

 DeviceCapabilities response = this.requestFactory.GetDeviceCapabilities();