FreeRTOS:
HTTPS Client
HTTPS Client v1.0.0 library
|
Return to main page ↑ |
Defined constants of the HTTPS Client library.
Libraries may #
constants in their headers with special meanings. This page describes the meanings and uses of any constants defined by the HTTPS Client library. Related constants are shown in a single section on this page.define
Variables calculating the size of IotHttpsUserBuffer_t.bufferLen needed for the request, response, and connection.
Flags that modify the behavior of the HTTPS Connection.
Flags should be bitwise-ORed with each other to change the behavior of IotHttpsClient_SendAsync and IotHttpsClient_SendSync. These flags are set in IotHttpsConnectionInfo_t.flags.
Provide default values for the data types of the HTTP Client Library.
All user-facing data types of the HTTPS Client library should be initialized using one of the following.
Example
Flags that modify the behavior the HTTPS connection.