tfTeldUserClose
Table of Contents >> Application Reference >> Telnet Daemon
| #include <trsocket.h> |
| int tfTeldUserClose | (ttUserTeldHandle teldHandle); |
Function Description
This function allows the user to force the TELNET server to close the specified TELNET connection.
Parameters
- teldHandle
- Unique identifier for a TELNET connection.
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Invalid 'teldHandle'.