Name closeOutput ( )
Examples
None available
Description Use this Methode to close an output. You can close it with its number or name. There is no need of closing the ports, as promidi closes them when the applet is closed.
Syntax
closeOutput(outputNumber);
closeOutput(outputName);
Parameters
outputNumber   int, number of the output to close
outputName   String, name of the Output to close
Returns None
Usage Web & Application
Related openInput ( )
openOutput ( )
closeInput ( )
closeInputs ( )
closeOutputs ( )
closePorts ( )