Share via


Application Connectivity

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

Core application connectivity supports download and launch services for application deployment, and transport services that allow you to establish a connection between a target device and an application running on a development workstation.

The following table provides more information about pre-defined service categories for application connectivity, their functionality, and the required set of interfaces that services in that category must implement.

Application connectivity Functionality Interfaces

Application Download Services

  • Downloading files from the desktop to a target device
  • Launching applications on a target device
  • Acquiring basic information from a target device
  • Acquiring basic file information

ICcService

ICcBootstrap

ICcServiceConfigure(optional)

Application Transport Services

  • Creating and maintaining individual connection streams bound by a set of property name-value pairs
  • Sending and receiving raw bytes

ICcService

ICcTransport

ICcTransportStream

ICcServiceConfigure (optional)

See Also

Concepts

Core Connectivity Overview

Other Resources

Kernel Independent Transport Layer