tfTeldUserExecute

Jump to: navigation, search

Table of Contents >> Application Reference >> Telnet Daemon


#include <trsocket.h>


int tfTeldUserExecute (void);


Function Description

This function executes the TELNET server (non-blocking mode only) main loop. This is to be used only if tfTeldUserStart() has been called in non-blocking mode.


Returns

  • TM_ENOERROR
    Success.
  • TM_EPERM
    The TELNET server is currently executing, has not been started, or has been stopped.


Table of Contents >> Application Reference >> Telnet Daemon