AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
IotMqtt_ReceiveCallback

Network receive callback for the MQTT library.

void * pReceiveContext );

This function should be called by the system whenever data is available for the MQTT library.

Parameters
[in]pNetworkConnectionThe network connection associated with the MQTT connection, passed by the network stack.
[in]pReceiveContextA pointer to the MQTT connection handle for which the packet was received.