cxInputRemove
- remove a registered file descriptor
C SPECIFICATION
#include <cx/ModuleCommand.h>
void cxInputRemove( void *handle )
FORTRAN SPECIFICATION
None
PARAMETERS
handle
A value returned from
cxInputAdd
denoting a particular file descripter.
DESCRIPTION
cxInputRemove
tells the scheduler for IRIS Explorer modules to remove a previously
installed select handler routine.
Typically, it should be called from the user's input handling
callback routine whenever EOF or an error condition is encountered.