httpc_start
Use this function to start the client module.
Note: Call httpc_init() before this function.
Format
t_httpc_ret httpc_start ( void )
Arguments
None.
Return Values
Return value | Description |
---|---|
HTTPC_SUCCESS | Successful execution. |
HTTPC_ERROR | See Error Codes. |