Partager via


IPMConnectionStream:IDispatch (Windows CE 5.0)

Send Feedback

This interface provides the ability to access and change a specified connection stream object. The connection stream object is created by the IPMConnection::CreateStream method.

The following code sample shows one technique for accessing a connection stream object from an Automation client.

Dim tConnectionStream as Object
Set tConnectionStream = tConnection.CreateStream( <params> )

The following table shows this interface's methods.

Method Description
IPMConnectionStream::Send Sends a byte array over the connection stream.
IPMConnectionStream::Receive Receives a byte array over the connection stream.
IPMConnectionStream::ReadBytes Reads bytes from an object sent over the connection stream.
IPMConnectionStream::Close Closes the connection stream.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Connectionstream.h, Cemgr.idl.

See Also

Platform Manager API | IPMConnection::CreateStream

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.