Name closeInput ( )
Examples
None available
Description Use this Methode to close an input. 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
closeInput(inputNumber);
closeInput(inputName);
Parameters
inputNumber   int, number of the input to close
outputName   String, name of the Input to close
Returns None
Usage Web & Application
Related openInput ( )
openOutput ( )
closeOutput ( )
closeInputs ( )
closeOutputs ( )