|
AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
| Return to main page ↑ |
Provides access to the internal functions and variables of iot_mqtt_api.c. More...
Functions | |
| _mqttConnection_t * | IotTestMqtt_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... | |
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.
| _mqttConnection_t* IotTestMqtt_createMqttConnection | ( | bool | awsIotMqttMode, |
| const IotMqttNetworkInfo_t * | pNetworkInfo, | ||
| uint16_t | keepAliveSeconds | ||
| ) |
Test access function for _createMqttConnection.
| IotMqttError_t IotTestMqtt_scheduleKeepAlive | ( | IotMqttConnection_t | pMqttConnection | ) |
Test access function for _scheduleKeepAlive.