| java.lang.Object tcl.lang.TestChannelCmd
TestChannelCmd | class TestChannelCmd implements Command(Code) | | This class implements the built-in "testchannel" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "testchannel" Tcl command. |
OPT_INFO | final static int OPT_INFO(Code) | | |
OPT_INPUTBUFFERED | final static int OPT_INPUTBUFFERED(Code) | | |
OPT_NAME | final static int OPT_NAME(Code) | | |
OPT_OPEN | final static int OPT_OPEN(Code) | | |
OPT_OUTPUTBUFFERED | final static int OPT_OUTPUTBUFFERED(Code) | | |
OPT_QUEUEDCR | final static int OPT_QUEUEDCR(Code) | | |
OPT_REFCOUNT | final static int OPT_REFCOUNT(Code) | | |
OPT_TYPE | final static int OPT_TYPE(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "testchannel" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|