Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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