tfHttpdUserExecute
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
- userSrvHandle
- Web server handle returned by tfHttpdUserStart().
Returns
- TM_ENOERROR
- Success
- TM_EINVAL
- Invalid userSrvHandle
- TM_EPERM
- tfHttpdUserExecute() is already executing.