File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
* @cond MQTTAsync_main
30
30
* @mainpage Asynchronous MQTT client library for C (MQTTAsync)
31
31
*
32
- * © Copyright 2009, 2025 IBM Corp., Ian Craggs and others
32
+ * © Copyright 2009, 2025 IBM Corp., Ian Craggs and others.
33
33
*
34
34
* @brief An Asynchronous MQTT client library for C.
35
35
*
36
+ * Version 1.3.14
37
+ *
36
38
* An MQTT client application connects to MQTT-capable servers.
37
39
* A typical client is responsible for collecting information from a telemetry
38
40
* device and publishing the information to the server. It can also subscribe
Original file line number Diff line number Diff line change 45
45
*
46
46
* @brief An MQTT client library in C.
47
47
*
48
+ * Version 1.3.14
49
+ *
48
50
* These pages describe the original more synchronous API which might be
49
51
* considered easier to use. Some of the calls will block. For the new
50
52
* totally asynchronous API where no calls block, which is especially suitable
You can’t perform that action at this time.
0 commit comments