FreeRTOS: HTTPS Client
HTTPS Client v1.0.0 library
Return to main page ↑
IotHttpsClient_Cleanup

One time clean up of the IoT HTTPS Client library.

This function frees resources taken in in IotHttpsClient_Init. It should be called after all HTTPS Connections have been close. HTTPS Connections are represented by IotHttpsConnectionHandle_t and returned by IotHttpsClient_Connect. After this function returns IotHttpsClient_Init must be called again to use this library.

Warning
No thread safety guarantees are provided for this function.
IotHttpsClient_Cleanup
void IotHttpsClient_Cleanup(void)
One time clean up of the IoT HTTPS Client library.
Definition: iot_https_client.c:2582