FreeRTOS: HTTPS Client
HTTPS Client v1.0.0 library
Return to main page ↑
iot_test_access_https_client.c File Reference

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

Detailed Description

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.

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.