Important: The information in this document is obsolete and should not be used for new development.
Functions for Connectionless Transactionless Endpoints
You can use a connectionless transactionless endpoint to transfer data after the endpoint is bound and while it is in theT_IDLEstate. Connectionless transactionless service used by protocols such as DDP, or IP is described at greater length in the section "Using Connectionless Transactionless Service". This section describes the functions used to send and receive data,OTSndUDataandOTRcvUData. You use theTUnitDatastructure with these functions to specify the data being transferred.Due to the nature of connectionless transactionless service, you are not notified if the data fails to reach its destination. Some endpoint implementations do not detect an error in the attempt to send a datagram until after the
OTSndUDatafunction has returned successfully. In this case, Open Transport uses theT_UDERRevent to notify the client sending the data. You can receive the event either by calling theOTLookfunction or by including this case in your notifier function. To determine why theOTSndUDatafunction failed, you must call theOTRcvUDErrfunction, which is also described in this section.SEE ALSO
Table 4-4.
 
  
  
  