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.
The following table shows a function that you can use to create the device side of a custom transport.
| Function | Description |
|---|---|
| CreateTransport | Returns a pointer to a CTransport object. |
The following table shows classes that you can use to create the device side of a custom transport.
| Class | Description |
|---|---|
| CTransport | Provides methods to initialize and terminate the device side of the transport and to establish a new connection between the desktop computer and the target device. |
| CConnection | Provides methods that exchange data between the desktop computer and the target device after a connection has been established. |
See Also
Send Feedback on this topic to the authors