We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3797 commit 594b498Copy full SHA for 594b498
wolfmqtt/mqtt_client.h
@@ -251,7 +251,6 @@ WOLFMQTT_API int MqttClient_Init(
251
252
/*! \brief Cleans up resources allocated to the MqttClient structure
253
* \param client Pointer to MqttClient structure
254
- * \return none
255
*/
256
WOLFMQTT_API void MqttClient_DeInit(MqttClient *client);
257
@@ -360,6 +359,7 @@ WOLFMQTT_API int MqttClient_Publish_ex(
360
359
with message data
361
* Note: MqttPublish and MqttMessage are same
362
structure.
+ * \param pubCb Function pointer to callback routine
363
* \return MQTT_CODE_SUCCESS, MQTT_CODE_CONTINUE (for non-blocking) or
364
MQTT_CODE_ERROR_* (see enum MqttPacketResponseCodes)
365
\sa MqttClient_Publish
0 commit comments