httpc_stop
Use this function to stop the client module.
This stops ongoing requests immediately and closes TCP connections.
Format
t_httpc_ret httpc_stop ( void )
Arguments
None.
Return Values
Return value | Description |
---|---|
HTTPC_SUCCESS | Successful execution. |
HTTPC_ERROR | See Error Codes. |