Share via


ICcTransportStream (Compact 2013)

3/26/2014

Deprecated.

This interface provides methods that manage transport streams.

Methods

The following tables show the methods for this interface. The interface inherits the methods for the IUnknown and IDispatch.

The following table shows the methods for the IDispatch interface.

Method

Description

IDispatch::GetIDsOfNames

Deprecated.

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.

IDispatch::GetTypeInfo

Deprecated.

Retrieves the type information for an object.

IDispatch::GetTypeInfoCount

Deprecated.

Retrieves the number of type information interfaces provided by an object, either zero (0) or 1.

IDispatch::Invoke

Deprecated.

Provides access to properties and methods exposed by an object.

The following table shows the methods of the ICcTransportStream interface.

Method

Description

ICcTransportStream::Buffering

Deprecated.

Enables or disables buffering.

ICcTransportStream::Disconnect

Deprecated.

Disconnects the transport stream.

ICcTransportStream::ID

Deprecated.

Gets a stream identifier specified by the client.

ICcTransportStream::IsConnected

Deprecated.

Determines if the transport stream is connected.

ICcTransportStream::IsDataAvailable

Deprecated.

Determines if there is data to be read.

ICcTransportStream::Recv

Deprecated.

Receives a byte stream from a device.

ICcTransportStream::Send

Deprecated.

Sends a byte stream to a device.

Requirements

Header

cctransport.idl

See Also

Reference

Core Connectivity Interfaces