Partager via


ITransportConnection (Windows CE 5.0)

Send Feedback

This interface is the stream interface used by a remote utility. A successful call to the ITransport::Accept method returns this interface. All calls to the ITransportConnection interface are based on packets.

The following table shows this interface's methods in the order they are called by the compiler.

Method Description
ITransportConnection::Close Closes the connection stream.
ITransportConnection::ReadBytes Reads a packet that is sent over a transport connection from the connection stream.
ITransportConnection::WriteBytes Writes a packet to the connection stream.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Tl.h, Tl.idl.
Link Library: Tlcesrv.dll (ActiveSync Transport), Tlkitl.dll (KITL Transport), Tcpip.dll (TCP/IP Transport).

See Also

ITransport::Accept

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.