|
FreeRTOS:
HTTPS Client
HTTPS Client v1.0.0 library
|
| Return to main page ↑ |
Provides access to the internal functions and variables of iot_https_client.c. More...
Functions | |
| IotHttpsReturnCode_t | IotTestHttps_initializeResponse (IotHttpsResponseHandle_t *pRespHandle, IotHttpsResponseInfo_t *pRespInfo, IotHttpsRequestHandle_t reqHandle) |
| Test access function for _initializeResponse. More... | |
| void | IotTestHttps_networkReceiveCallback (void *pNetworkConnection, void *pReceiveContext) |
| Test access function for _networkReceiveCallback. More... | |
Provides access to the internal functions and variables of iot_https_client.c.
This file should only be included at the bottom of iot_https_client.c and never be compiled by itself.
| IotHttpsReturnCode_t IotTestHttps_initializeResponse | ( | IotHttpsResponseHandle_t * | pRespHandle, |
| IotHttpsResponseInfo_t * | pRespInfo, | ||
| IotHttpsRequestHandle_t | reqHandle | ||
| ) |
Test access function for _initializeResponse.
| void IotTestHttps_networkReceiveCallback | ( | void * | pNetworkConnection, |
| void * | pReceiveContext | ||
| ) |
Test access function for _networkReceiveCallback.