AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
Return to main page ↑ |
Network receive callback for the MQTT library.
This function should be called by the system whenever data is available for the MQTT library.
[in] | pNetworkConnection | The network connection associated with the MQTT connection, passed by the network stack. |
[in] | pReceiveContext | A pointer to the MQTT connection handle for which the packet was received. |