tfHttpdUserExecute

Jump to: navigation, search

Table of Contents >> Application Reference >> Web Server


#include <trsocket.h>


int tfHttpdUserExecute (ttHttpdUserSrvHandle userSrvHandle);


Function Description

This function needs to be called periodically by the main program in non-blocking mode, and called once in blocking mode after tfHttpdUserStart() and tfHttpdUserAuthConfig()


Parameters


Returns

  • TM_ENOERROR
    Success
  • TM_EINVAL
    Invalid userSrvHandle
  • TM_EPERM
    tfHttpdUserExecute() is already executing.


Table of Contents >> Application Reference >> Web Server