MQTT API Reference
MQTT 3.1.1 client library
IotMqtt_ReceiveCallback

Network receive callback for the MQTT library.

void IotMqtt_ReceiveCallback( void * pNetworkConnection,
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.
IotMqtt_ReceiveCallback
void IotMqtt_ReceiveCallback(void *pNetworkConnection, void *pReceiveContext)
Network receive callback for the MQTT library.
Definition: iot_mqtt_network.c:927