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

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

Functions

void IotTestMqtt_sendPuback (_mqttConnection_t *pMqttConnection, uint16_t packetIdentifier)
 Test access function for _sendPuback. More...
 

Detailed Description

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

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

Function Documentation

◆ IotTestMqtt_sendPuback()

void IotTestMqtt_sendPuback ( _mqttConnection_t pMqttConnection,
uint16_t  packetIdentifier 
)

Test access function for _sendPuback.

See also
_sendPuback.