FreeRTOS: HTTPS Client
HTTPS Client v1.0.0 library
Return to main page ↑
iot_test_access_https.h File Reference

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...
 

Detailed Description

Declares the functions that provide access to the internal functions and variables of the HTTPS Client library.

Function Documentation

◆ IotTestHttps_initializeResponse()

IotHttpsReturnCode_t IotTestHttps_initializeResponse ( IotHttpsResponseHandle_t pRespHandle,
IotHttpsResponseInfo_t pRespInfo,
IotHttpsRequestHandle_t  reqHandle 
)

Test access function for _initializeResponse.

See also
_initializeResponse.

◆ IotTestHttps_networkReceiveCallback()

void IotTestHttps_networkReceiveCallback ( void *  pNetworkConnection,
void *  pReceiveContext 
)

Test access function for _networkReceiveCallback.

See also
_networkReceiveCallback.