1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-05-09 11:21:24 +08:00

Updated documentation on get_mqtt_version().

Signed-off-by: Ole Henrik Dahle <ole.henrik.dahle@indra.no>
This commit is contained in:
Ole Henrik Dahle 2022-03-08 13:25:09 +01:00
parent 2ff3d155dc
commit 5e012176f3

View File

@ -253,6 +253,7 @@ public:
* fails, fall back to 3.1
* @li MQTTVERSION_3_1 (3) = only try version 3.1
* @li MQTTVERSION_3_1_1 (4) = only try version 3.1.1
* @li MQTTVERSION_5 (5) = only try version 5
*/
int get_mqtt_version() const { return opts_.MQTTVersion; }
/**