contents   index   previous   next



DSP dspCloseConnection()

syntax:

dsp.closeConnection(connection)

where:

connection - The original connection that was created with the openFunction passed to new DSP()

 

return:

void.

 

description:

This function is responsible for terminating the connection that was opened at the time the DSP object was created. This is an optional function, and if not supplied then nothing will be done with the connection. See the introduction, under creating a DSP object, for an example of how to implement this function.

 

see:

#link <sedsp>, DSP()

 

 


DSP dspReceive()