|
FreeRTOS:
HTTPS Client
HTTPS Client v1.0.0 library
|
| Return to main page ↑ |
Declares the functions that provide access to the internal functions and variables of the HTTPS Client library. More...
Go to the source code of this file.
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... | |
Declares the functions that provide access to the internal functions and variables of the HTTPS Client library.
| 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.