mqttPendingCount (Function) |
Top Previous Next |
This function will return the number of messages that has not been sent yet. This can be used to verify that all messages have been sent.
Input: handle : INT The handle to the MQTT connection.
Returns: SINT
Declaration: FUNCTION mqttPendingCount : SINT;
Example: INCLUDE rtcu.inc |