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

One-time initialization of the IoT HTTPS Client library.

This must be called once before calling any API.

Warning
No thread safety guarantees are provided for this function.
Returns
One of the following:
  • IOT_HTTPS_OK if the HTTPS library is successfully initialized.
See also
IotHttpsClient_Cleanup
IotHttpsReturnCode_t
IotHttpsReturnCode_t
Return codes of HTTPS Client functions.
Definition: iot_https_types.h:294
IotHttpsClient_Init
IotHttpsReturnCode_t IotHttpsClient_Init(void)
One-time initialization of the IoT HTTPS Client library.
Definition: iot_https_client.c:2448