contents   index   previous   next



DSP dspClose()

syntax:

dsp.dspClose()

return:

void.

 

description:

This function closes the DSP connection. First, it sends a close command to the remote host, signaling that the connection is closing. It then calls the dspCloseConnection method if it exists, passing the original connection variable returned by the open function when this connection was created.

 

see:

#link <sedsp>

 

example:

connection.dspClose();

 


DSP dspGetValue()