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 transport object. A transport allows a development workstation and a target device to communicate over communications hardware. For more information about transports, see Transport Selection.
The transport object is returned by the IPMPlatform::GetTransport and IPMRemoteDevice::Transport methods.
The following code sample shows one technique for accessing a transport object from an Automation client.
Dim tTransportInfo as Object
Set tTransportInfo = tRemoteDevice.Transport
The following table shows this interface's methods.
| Method | Description |
|---|---|
| IPMTransportInfo::Id | Obtains the GUID associated with the transport object. |
| IPMTransportInfo::Name | Obtains the name of the transport object. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Transport.h, Cemgr.idl.
See Also
IPMPlatform::GetTransport | IPMRemoteDevice::Transport
Send Feedback on this topic to the authors