ICcTransport
Other versions of this page are also available for the following:
8/27/2008
This interface provides methods that implement transport.
Methods
The following tables show the methods for this interface. The interface inherits the methods for the IUnknown and IDispatch interfaces.
The following table shows the methods for the IDispatch interface.
Method | Description |
---|---|
Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs). These identifiers can then be used on subsequent calls to IDispatch::Invoke. |
|
Retrieves the type information for an object. |
|
Retrieves the number of type information interfaces provided by an object, either zero (0) or 1. |
|
Provides access to properties and methods exposed by an object. |
The following table shows methods for the ICcTransport interface.
Method | Description |
---|---|
Returns the transport maximum bandwidth. |
|
Creates a stream based on a specified stream ID for the given transport. |
|
Gets the maximum packet size for transmission. |
|
Determines whether the transport supports non-unique stream IDs. |
In addition, desktop transports implement the ICcService interface, with the following methods:
Method | Description |
---|---|
Aborts a command uniquely identified by a specified cookie. |
|
Gets the service category ID. |
|
Gets the service CLSID. |
|
Establishes a connection for service between the host and the device. |
|
Gets the device ID of the device associated with a service. |
|
Disconnects the service. |
|
Returns the program state of the service. |
|
Initializes the service. |
|
Increments the lock count of the service. |
|
Decrements the lock count for the service. |
Requirements
Header | cctransport.idl |
Windows Embedded CE | Windows CE 5.0 and later |