Important: The information in this document is obsolete and should not be used for new development.
Functions for Connectionless Transaction-Based Endpoints
You can use a connectionless transaction-based endpoint to transfer data after the endpoint is bound and while it is in theT_IDLE
state. Connectionless transaction-based service used by protocols such as ATP is described at greater length in the section "Using Connectionless Transaction-Based Service".This section describes the routines used to send and retrieve requests and replies:
OTSndURequest
,OTRcvURequest
,OTSndUReply
, andOTRcvUReply
. This section also describes theOTCancelURequest
function, which you use to cancel an outgoing request, and theOTCancelUReply
function, which you use to cancel an incoming request.