Important: The information in this document is obsolete and should not be used for new development.
Functions for Connection-Oriented Transaction-Based Endpoints
After you establish a connection, you can transfer data using connection-oriented transaction-based endpoints by calling theOTSndRequest
function to send a request, theOTRcvRequest
function to read a request, theOTSndReply
function to reply to the request, and theOTRcvReply
function to read the reply. This section also describes theOTCancelRequest
function, which you use to cancel an outgoing request, and theOTCancelReply
function, which you use to cancel an incoming request. Connection-oriented transaction-based service used by protocols such as ASP is described at greater length in the section "Using Connection-Oriented Transaction-Based Service".SEE ALSO
Table 4-4.