AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
iot_test_access_mqtt_api.c File Reference

Provides access to the internal functions and variables of iot_mqtt_api.c. More...

Functions

_mqttConnection_tIotTestMqtt_createMqttConnection (bool awsIotMqttMode, const IotMqttNetworkInfo_t *pNetworkInfo, uint16_t keepAliveSeconds)
 Test access function for _createMqttConnection. More...
 
IotMqttError_t IotTestMqtt_scheduleKeepAlive (IotMqttConnection_t pMqttConnection)
 Test access function for _scheduleKeepAlive. More...
 

Detailed Description

Provides access to the internal functions and variables of iot_mqtt_api.c.

This file should only be included at the bottom of iot_mqtt_api.c and never compiled by itself.

Function Documentation

◆ IotTestMqtt_createMqttConnection()

_mqttConnection_t* IotTestMqtt_createMqttConnection ( bool  awsIotMqttMode,
const IotMqttNetworkInfo_t pNetworkInfo,
uint16_t  keepAliveSeconds 
)

Test access function for _createMqttConnection.

See also
_createMqttConnection.

◆ IotTestMqtt_scheduleKeepAlive()

IotMqttError_t IotTestMqtt_scheduleKeepAlive ( IotMqttConnection_t  pMqttConnection)

Test access function for _scheduleKeepAlive.

See also
_scheduleKeepAlive.