tfTeldUserClose

Jump to: navigation, search

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'.


Table of Contents >> Application Reference >> Telnet Daemon