Important: The information in this document is obsolete and should not be used for new development.
Maintaining an ADSP Connection and Using It to Exchange Data
Once you have established a connection end and opened a connection, you can send and receive data over the connection. You can use the routines in this section to
- determine the status of a connection
- read bytes from the connection end's receive queue
- write bytes to the connection end's send queue and transmit them to the remote connection end
- send an attention message to the remote connection end
- discard all data that has been sent but not yet delivered, and reset the connection
Subtopics
- dspStatus
- dspRead
- dspWrite
- dspAttention
- dspReset