/
Connection Hooks
Connection Hooks
HTTP-client provide a set of hook to notify the connection status to the application. Like for every hook functions, those are only available when the µC/HTTP-client internal task is active (HTTPc_CFG_MODE_ASYNC_TASK_EN
). Those hook functions can be set up with the API function HTTPc_ConnSetParam()
and are mandatory when the API function HTTPc_ConnOpen()
is called in no-blocking mode.Table - Connection Hooks
Hook Function Description Connection Hooks On Connection Connect Notify that a connection has finish the Connect process. On Connection Close Notify that a connection has been close.
, multiple selections available,
Related content
On Connection Connect
On Connection Connect
More like this
Hook Functions 1
Hook Functions 1
More like this
HTTPc_ConnSetParam
HTTPc_ConnSetParam
More like this
Request Hooks
Request Hooks
More like this
Connection Close
Connection Close
More like this
On Transaction Complete
On Transaction Complete
More like this