Skip to content

Commit

Permalink
Update MQTTClient-C/src/V5/MQTTV5Client.h
Browse files Browse the repository at this point in the history
Co-authored-by: Valerie Avva Lim <[email protected]>
  • Loading branch information
CIPop and vaavva committed Jul 27, 2023
1 parent 8798711 commit 7b5e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQTTClient-C/src/V5/MQTTV5Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DLLExport int MQTTV5Subscribe(MQTTClient* client, const char* topicFilter, enum
DLLExport int MQTTV5SubscribeWithResults(MQTTClient* client, const char* topicFilter,
enum QoS qos, messageHandler messageHandler, MQTTSubackData* data);

/** MQTT Subscribe - send an MQTT unsubscribe packet and wait for unsuback before returning.
/** MQTT Unsubscribe - send an MQTT unsubscribe packet and wait for unsuback before returning.
* @param client - the client object to use
* @param topicFilter - the topic filter to unsubscribe from
* @return success code
Expand Down

0 comments on commit 7b5e1dc

Please sign in to comment.