Important: The information in this document is obsolete and should not be used for new development.
Sending an ATP Request
This section describes thePSendRequest
function that you use to send a request to another socket's client application, allowing ATP to dynamically allocate the socket to be used to send the request; in this case, ATP opens the socket when you issue the function and closes it after the call completes execution. It also describes thePNSendRequest
function that you can use to send a request to another socket while specifying the socket to be used to send the request; you must open the socket to be used and close it when you're finished with it.
Subtopics
- PSendRequest
- PNSendRequest