Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// The TLS enabled prefixes (ssl, wss) are only valid if the TLS version of the library is linked with.
+
Return code: protocol prefix in serverURI should be:
+
tcp:// or mqtt:// - Insecure TCP
+
ssl:// or mqtts:// - Encrypted SSL/TLS
+
ws:// - Insecure websockets
+
wss:// - Secure web sockets
+
+
The TLS enabled prefixes (ssl, mqtts, wss) are only valid if the TLS version of the library is linked with.
Initializer for connect options for MQTT 3.1.1 WebSockets connections. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts.
Initializer for connect options for MQTT 5.0 WebSockets connections. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts.
+
@@ -1856,7 +1866,12 @@ Functions
This function creates an MQTT client ready for connection to the specified server and using the specified persistent storage (see MQTTAsync_persistence). See also MQTTAsync_destroy().
Parameters
handle
A pointer to an MQTTAsync handle. The handle is populated with a valid client reference following a successful return from this function.
-
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port. protocol must be tcp, ssl, ws or wss. The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
+
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port where protocol must be:
+ tcp:// or mqtt:// - Insecure TCP
+ ssl:// or mqtts:// - Encrypted SSL/TLS
+ ws:// - Insecure websockets
+ wss:// - Secure web sockets
+ The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
clientId
The client identifier passed to the server when the client connects to it. It is a null-terminated UTF-8 encoded string.
persistence_type
The type of persistence to be used by the client: MQTTCLIENT_PERSISTENCE_NONE: Use in-memory persistence. If the device or system on which the client is running fails or is switched off, the current state of any in-flight messages is lost and some messages may not be delivered even at QoS1 and QoS2.
@@ -2647,11 +2662,11 @@ Functions
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_async_8h_source.html b/docs/MQTTAsync/html/_m_q_t_t_async_8h_source.html
index 417e9f5a..61ac8b79 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_async_8h_source.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_async_8h_source.html
@@ -145,690 +145,689 @@ $(function() {
int MQTTAsync_send(MQTTAsync handle, const char *destinationName, int payloadlen, const void *payload, int qos, int retained, MQTTAsync_responseOptions *response)
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h.html b/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h.html
index 29f6a764..079b0191 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h.html
@@ -443,7 +443,7 @@ Typedefs
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h_source.html b/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h_source.html
index bb79e63b..2325d9a5 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h_source.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_client_persistence_8h_source.html
@@ -155,7 +155,7 @@ $(function() {
Close the persistent store referred to by the handle.
Definition: MQTTClientPersistence.h:123
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_properties_8h.html b/docs/MQTTAsync/html/_m_q_t_t_properties_8h.html
index 3f6f17a0..2d59e365 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_properties_8h.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_properties_8h.html
@@ -794,7 +794,7 @@ Functions
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_properties_8h_source.html b/docs/MQTTAsync/html/_m_q_t_t_properties_8h_source.html
index aa2e632c..4eb6118c 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_properties_8h_source.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_properties_8h_source.html
@@ -257,7 +257,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h.html b/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h.html
index 9c1c4770..500a75ed 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h.html
@@ -233,7 +233,7 @@ Functions
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h_source.html b/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h_source.html
index 5b5380cf..25214ca4 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h_source.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_reason_codes_8h_source.html
@@ -188,7 +188,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h.html b/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h.html
index ff3afb2e..30fffc9f 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h.html
@@ -122,7 +122,7 @@ Typedefs
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h_source.html b/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h_source.html
index 4a376454..70f5397f 100644
--- a/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h_source.html
+++ b/docs/MQTTAsync/html/_m_q_t_t_subscribe_opts_8h_source.html
@@ -107,7 +107,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/annotated.html b/docs/MQTTAsync/html/annotated.html
index aee39de5..47b0f525 100644
--- a/docs/MQTTAsync/html/annotated.html
+++ b/docs/MQTTAsync/html/annotated.html
@@ -92,7 +92,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/async.html b/docs/MQTTAsync/html/async.html
index cbd16038..14b45306 100644
--- a/docs/MQTTAsync/html/async.html
+++ b/docs/MQTTAsync/html/async.html
@@ -71,7 +71,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/auto_reconnect.html b/docs/MQTTAsync/html/auto_reconnect.html
index 7f0dfd9e..6dc40e0d 100644
--- a/docs/MQTTAsync/html/auto_reconnect.html
+++ b/docs/MQTTAsync/html/auto_reconnect.html
@@ -73,7 +73,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/callbacks.html b/docs/MQTTAsync/html/callbacks.html
index 5b844bc7..44253109 100644
--- a/docs/MQTTAsync/html/callbacks.html
+++ b/docs/MQTTAsync/html/callbacks.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/classes.html b/docs/MQTTAsync/html/classes.html
index 92286ab9..c3c45725 100644
--- a/docs/MQTTAsync/html/classes.html
+++ b/docs/MQTTAsync/html/classes.html
@@ -100,7 +100,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/files.html b/docs/MQTTAsync/html/files.html
index 3cb8b2bc..9689ac0f 100644
--- a/docs/MQTTAsync/html/files.html
+++ b/docs/MQTTAsync/html/files.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/functions.html b/docs/MQTTAsync/html/functions.html
index 50bb74a2..e6f1414e 100644
--- a/docs/MQTTAsync/html/functions.html
+++ b/docs/MQTTAsync/html/functions.html
@@ -525,7 +525,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/functions_vars.html b/docs/MQTTAsync/html/functions_vars.html
index b1763511..f4c94ea5 100644
--- a/docs/MQTTAsync/html/functions_vars.html
+++ b/docs/MQTTAsync/html/functions_vars.html
@@ -525,7 +525,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals.html b/docs/MQTTAsync/html/globals.html
index 42ee5b30..461b5cf0 100644
--- a/docs/MQTTAsync/html/globals.html
+++ b/docs/MQTTAsync/html/globals.html
@@ -702,7 +702,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_defs.html b/docs/MQTTAsync/html/globals_defs.html
index f307ceaa..c940203f 100644
--- a/docs/MQTTAsync/html/globals_defs.html
+++ b/docs/MQTTAsync/html/globals_defs.html
@@ -231,7 +231,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_enum.html b/docs/MQTTAsync/html/globals_enum.html
index b2ff9e3b..9891984e 100644
--- a/docs/MQTTAsync/html/globals_enum.html
+++ b/docs/MQTTAsync/html/globals_enum.html
@@ -79,7 +79,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_eval.html b/docs/MQTTAsync/html/globals_eval.html
index ddd5a1ac..a2f633fb 100644
--- a/docs/MQTTAsync/html/globals_eval.html
+++ b/docs/MQTTAsync/html/globals_eval.html
@@ -327,7 +327,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_func.html b/docs/MQTTAsync/html/globals_func.html
index 8e5844ea..96ca1921 100644
--- a/docs/MQTTAsync/html/globals_func.html
+++ b/docs/MQTTAsync/html/globals_func.html
@@ -213,7 +213,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_p.html b/docs/MQTTAsync/html/globals_p.html
index 3fd3c996..dceed421 100644
--- a/docs/MQTTAsync/html/globals_p.html
+++ b/docs/MQTTAsync/html/globals_p.html
@@ -93,7 +93,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/globals_type.html b/docs/MQTTAsync/html/globals_type.html
index 5ca5d8f4..98dbd6dc 100644
--- a/docs/MQTTAsync/html/globals_type.html
+++ b/docs/MQTTAsync/html/globals_type.html
@@ -148,7 +148,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/index.html b/docs/MQTTAsync/html/index.html
index acc3308f..6b949b3a 100644
--- a/docs/MQTTAsync/html/index.html
+++ b/docs/MQTTAsync/html/index.html
@@ -5,7 +5,7 @@
-Paho Asynchronous MQTT C Client Library: Asynchronous MQTT client library for C
+Paho Asynchronous MQTT C Client Library: Asynchronous MQTT client library for C (MQTTAsync)
@@ -63,7 +63,7 @@ $(function() {
-
Asynchronous MQTT client library for C
+
Asynchronous MQTT client library for C (MQTTAsync)
@@ -119,7 +119,7 @@ Free any memory being used by the client
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/offline_publish.html b/docs/MQTTAsync/html/offline_publish.html
index afd89aaf..12a592e0 100644
--- a/docs/MQTTAsync/html/offline_publish.html
+++ b/docs/MQTTAsync/html/offline_publish.html
@@ -73,7 +73,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/pages.html b/docs/MQTTAsync/html/pages.html
index 35e65730..f262bb12 100644
--- a/docs/MQTTAsync/html/pages.html
+++ b/docs/MQTTAsync/html/pages.html
@@ -82,7 +82,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/publish.html b/docs/MQTTAsync/html/publish.html
index d5e1884c..5d116a9a 100644
--- a/docs/MQTTAsync/html/publish.html
+++ b/docs/MQTTAsync/html/publish.html
@@ -235,47 +235,47 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/qos.html b/docs/MQTTAsync/html/qos.html
index 1dd39f45..6ae01d13 100644
--- a/docs/MQTTAsync/html/qos.html
+++ b/docs/MQTTAsync/html/qos.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/search/all_0.js b/docs/MQTTAsync/html/search/all_0.js
index 36b8f4ea..ef5d93ba 100644
--- a/docs/MQTTAsync/html/search/all_0.js
+++ b/docs/MQTTAsync/html/search/all_0.js
@@ -5,5 +5,5 @@ var searchData=
['array_2',['array',['../struct_m_q_t_t_properties.html#a3ac4c38b423393c1553dcf8b71e7dd58',1,'MQTTProperties']]],
['automatic_20reconnect_3',['Automatic Reconnect',['../auto_reconnect.html',1,'']]],
['automaticreconnect_4',['automaticReconnect',['../struct_m_q_t_t_async__connect_options.html#a7902ce4d11b96d8b19582bdd1f82b630',1,'MQTTAsync_connectOptions']]],
- ['asynchronous_20mqtt_20client_20library_20for_20c_5',['Asynchronous MQTT client library for C',['../index.html',1,'']]]
+ ['asynchronous_20mqtt_20client_20library_20for_20c_20_28mqttasync_29_5',['Asynchronous MQTT client library for C (MQTTAsync)',['../index.html',1,'']]]
];
diff --git a/docs/MQTTAsync/html/search/pages_0.js b/docs/MQTTAsync/html/search/pages_0.js
index 7237b113..b637d5a8 100644
--- a/docs/MQTTAsync/html/search/pages_0.js
+++ b/docs/MQTTAsync/html/search/pages_0.js
@@ -1,5 +1,5 @@
var searchData=
[
['automatic_20reconnect_697',['Automatic Reconnect',['../auto_reconnect.html',1,'']]],
- ['asynchronous_20mqtt_20client_20library_20for_20c_698',['Asynchronous MQTT client library for C',['../index.html',1,'']]]
+ ['asynchronous_20mqtt_20client_20library_20for_20c_20_28mqttasync_29_698',['Asynchronous MQTT client library for C (MQTTAsync)',['../index.html',1,'']]]
];
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async___s_s_l_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async___s_s_l_options.html
index 30a4547c..4b917444 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async___s_s_l_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async___s_s_l_options.html
@@ -393,7 +393,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_data.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_data.html
index 51675ad4..a7987f3a 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_data.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_data.html
@@ -186,7 +186,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_options.html
index c2b64030..e261b8ce 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__connect_options.html
@@ -138,7 +138,13 @@ Data Fields
Detailed Description
-
MQTTAsync_connectOptions defines several settings that control the way the client connects to an MQTT server. Default values are set in MQTTAsync_connectOptions_initializer.
+
MQTTAsync_connectOptions defines several settings that control the way the client connects to an MQTT server.
+
Suitable default values are set in the following initializers:
+
MQTTAsync_connectOptions_initializer: for MQTT 3.1.1 non-WebSockets
+
MQTTAsync_connectOptions_initializer5: for MQTT 5.0 non-WebSockets
+
MQTTAsync_connectOptions_initializer_ws: for MQTT 3.1.1 WebSockets
+
MQTTAsync_connectOptions_initializer5_ws: for MQTT 5.0 WebSockets
Reconnect automatically in the case of a connection being lost?
+
Reconnect automatically in the case of a connection being lost. 0=false, 1=true
@@ -424,7 +430,7 @@ Data Fields
-
Minimum retry interval in seconds. Doubled on each failed retry.
+
The minimum automatic reconnect retry interval in seconds. Doubled on each failed retry.
@@ -439,7 +445,7 @@ Data Fields
-
Maximum retry interval in seconds. The doubling stops here on failed retries.
+
The maximum automatic reconnect retry interval in seconds. The doubling stops here on failed retries.
@@ -613,7 +619,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__create_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__create_options.html
index f8c66ed5..7406f997 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__create_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__create_options.html
@@ -234,7 +234,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__disconnect_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__disconnect_options.html
index 8d02470f..cb3b18c9 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__disconnect_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__disconnect_options.html
@@ -254,7 +254,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data.html
index aa83c9e1..5e6820a8 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data.html
@@ -134,7 +134,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data5.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data5.html
index ec78ed54..65bab0b0 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data5.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__failure_data5.html
@@ -219,7 +219,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__init__options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__init__options.html
index 83540bea..862239cf 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__init__options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__init__options.html
@@ -134,7 +134,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__message.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__message.html
index f6422fd5..7e0765aa 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__message.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__message.html
@@ -247,7 +247,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__name_value.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__name_value.html
index b9edaf57..186c1f87 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__name_value.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__name_value.html
@@ -117,7 +117,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__response_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__response_options.html
index 3ff112c2..824af54b 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__response_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__response_options.html
@@ -187,7 +187,7 @@ Data Fields
-
A token is returned from the call. It can be used to track the state of this request, both in the callbacks and in future calls such as MQTTAsync_waitForCompletion.
+
A token is returned from the call. It can be used to track the state of this request, both in the callbacks and in future calls such as MQTTAsync_waitForCompletion. This is output only - any change by the application will be ignored.
@@ -284,7 +284,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data.html
index 27e081f1..2ce4df8d 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data.html
@@ -272,7 +272,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data5.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data5.html
index a58e79c8..f93b72ee 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data5.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__success_data5.html
@@ -380,7 +380,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_async__will_options.html b/docs/MQTTAsync/html/struct_m_q_t_t_async__will_options.html
index 76980de7..f04ee20d 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_async__will_options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_async__will_options.html
@@ -237,7 +237,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_client__persistence.html b/docs/MQTTAsync/html/struct_m_q_t_t_client__persistence.html
index f046fd8c..3733e54f 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_client__persistence.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_client__persistence.html
@@ -239,7 +239,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_len_string.html b/docs/MQTTAsync/html/struct_m_q_t_t_len_string.html
index 5533b489..c0d5f6e8 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_len_string.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_len_string.html
@@ -117,7 +117,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_properties.html b/docs/MQTTAsync/html/struct_m_q_t_t_properties.html
index 6f3b9b5e..991d1946 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_properties.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_properties.html
@@ -151,7 +151,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_property.html b/docs/MQTTAsync/html/struct_m_q_t_t_property.html
index 2c2d44b6..712d6dbe 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_property.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_property.html
@@ -206,7 +206,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/struct_m_q_t_t_subscribe__options.html b/docs/MQTTAsync/html/struct_m_q_t_t_subscribe__options.html
index 766570fe..e7ae4400 100644
--- a/docs/MQTTAsync/html/struct_m_q_t_t_subscribe__options.html
+++ b/docs/MQTTAsync/html/struct_m_q_t_t_subscribe__options.html
@@ -168,7 +168,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/subscribe.html b/docs/MQTTAsync/html/subscribe.html
index bac9f687..753762f7 100644
--- a/docs/MQTTAsync/html/subscribe.html
+++ b/docs/MQTTAsync/html/subscribe.html
@@ -250,43 +250,43 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/tracing.html b/docs/MQTTAsync/html/tracing.html
index 0ae79bef..83f159ec 100644
--- a/docs/MQTTAsync/html/tracing.html
+++ b/docs/MQTTAsync/html/tracing.html
@@ -139,7 +139,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/html/wildcard.html b/docs/MQTTAsync/html/wildcard.html
index 841613cd..1aa6f05a 100644
--- a/docs/MQTTAsync/html/wildcard.html
+++ b/docs/MQTTAsync/html/wildcard.html
@@ -81,7 +81,7 @@ A '+' character represents a single level of the hierarchy and is used between d
-Generated on Mon Mar 28 2022 12:36:41 for Paho Asynchronous MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho Asynchronous MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync.h.3 b/docs/MQTTAsync/man/man3/MQTTAsync.h.3
index b8154621..3707e52c 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync.h.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync.h" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync.h" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -398,7 +398,19 @@ Return code: no more messages can be buffered
.SS "#define MQTTASYNC_SSL_NOT_SUPPORTED \-13"
Return code: Attempting SSL connection using non-SSL version of library
.SS "#define MQTTASYNC_BAD_PROTOCOL \-14"
-Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// The TLS enabled prefixes (ssl, wss) are only valid if the TLS version of the library is linked with\&.
+Return code: protocol prefix in serverURI should be:
+.PD 0
+
+.IP "\(bu" 2
+\fItcp://\fP or \fImqtt://\fP - Insecure TCP
+.IP "\(bu" 2
+\fIssl://\fP or \fImqtts://\fP - Encrypted SSL/TLS
+.IP "\(bu" 2
+\fIws://\fP - Insecure websockets
+.IP "\(bu" 2
+\fIwss://\fP - Secure web sockets
+.PP
+The TLS enabled prefixes (ssl, mqtts, wss) are only valid if the TLS version of the library is linked with\&.
.SS "#define MQTTASYNC_BAD_MQTT_OPTION \-15"
Return code: don't use options for another version of MQTT
.SS "#define MQTTASYNC_WRONG_MQTT_VERSION \-16"
@@ -456,6 +468,7 @@ Bad return code from subscribe, as defined in the 3\&.1\&.1 specification
{ {'M', 'Q', 'T', 'C'}, 8, 60, 1, 65535, NULL, NULL, NULL, 30, 0,\
NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_DEFAULT, 0, 1, 60, {0, NULL}, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 3\&.1\&.1 non-WebSocket connections
.SS "#define MQTTAsync_connectOptions_initializer5"
\fBValue:\fP
.PP
@@ -463,6 +476,7 @@ NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_DEFAULT, 0, 1, 60, {0, NULL}, 0, NU
{ {'M', 'Q', 'T', 'C'}, 8, 60, 0, 65535, NULL, NULL, NULL, 30, 0,\
NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_5, 0, 1, 60, {0, NULL}, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 5\&.0 non-WebSocket connections
.SS "#define MQTTAsync_connectOptions_initializer_ws"
\fBValue:\fP
.PP
@@ -470,6 +484,7 @@ NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_5, 0, 1, 60, {0, NULL}, 1, NULL, NU
{ {'M', 'Q', 'T', 'C'}, 8, 45, 1, 65535, NULL, NULL, NULL, 30, 0,\
NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_DEFAULT, 0, 1, 60, {0, NULL}, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 3\&.1\&.1 WebSockets connections\&. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts\&.
.SS "#define MQTTAsync_connectOptions_initializer5_ws"
\fBValue:\fP
.PP
@@ -477,6 +492,7 @@ NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_DEFAULT, 0, 1, 60, {0, NULL}, 0, NU
{ {'M', 'Q', 'T', 'C'}, 8, 45, 0, 65535, NULL, NULL, NULL, 30, 0,\
NULL, NULL, NULL, NULL, 0, NULL, MQTTVERSION_5, 0, 1, 60, {0, NULL}, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 5\&.0 WebSockets connections\&. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts\&.
.SS "#define MQTTAsync_disconnectOptions_initializer"
\fBValue:\fP
.PP
@@ -884,7 +900,17 @@ This function creates an MQTT client ready for connection to the specified serve
.RS 4
\fIhandle\fP A pointer to an \fBMQTTAsync\fP handle\&. The handle is populated with a valid client reference following a successful return from this function\&.
.br
-\fIserverURI\fP A null-terminated string specifying the server to which the client will connect\&. It takes the form \fIprotocol://host:port\fP\&. \fIprotocol\fP must be \fItcp\fP, \fIssl\fP, \fIws\fP or \fIwss\fP\&. The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with\&. For \fIhost\fP, you can specify either an IP address or a host name\&. For instance, to connect to a server running on the local machines with the default MQTT port, specify \fItcp://localhost:1883\fP\&.
+\fIserverURI\fP A null-terminated string specifying the server to which the client will connect\&. It takes the form \fIprotocol://host:port\fP where \fIprotocol\fP must be:
+.br
+ \fItcp://\fP or \fImqtt://\fP - Insecure TCP
+.br
+ \fIssl://\fP or \fImqtts://\fP - Encrypted SSL/TLS
+.br
+ \fIws://\fP - Insecure websockets
+.br
+ \fIwss://\fP - Secure web sockets
+.br
+ The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with\&. For \fIhost\fP, you can specify either an IP address or a host name\&. For instance, to connect to a server running on the local machines with the default MQTT port, specify \fItcp://localhost:1883\fP\&.
.br
\fIclientId\fP The client identifier passed to the server when the client connects to it\&. It is a null-terminated UTF-8 encoded string\&.
.br
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_SSLOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_SSLOptions.3
index aa135c31..4bd63972 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_SSLOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_SSLOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_SSLOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_SSLOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_connectData.3 b/docs/MQTTAsync/man/man3/MQTTAsync_connectData.3
index 8e33b941..ea98f3b9 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_connectData.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_connectData.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_connectData" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_connectData" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_connectOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_connectOptions.3
index 62ea8d69..6afd1893 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_connectOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_connectOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_connectOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_connectOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -110,7 +110,19 @@ MQTTAsync_connectOptions
.in -1c
.SH "Detailed Description"
.PP
-\fBMQTTAsync_connectOptions\fP defines several settings that control the way the client connects to an MQTT server\&. Default values are set in MQTTAsync_connectOptions_initializer\&.
+\fBMQTTAsync_connectOptions\fP defines several settings that control the way the client connects to an MQTT server\&.
+.PP
+Suitable default values are set in the following initializers:
+.IP "\(bu" 2
+MQTTAsync_connectOptions_initializer: for MQTT 3\&.1\&.1 non-WebSockets
+.IP "\(bu" 2
+MQTTAsync_connectOptions_initializer5: for MQTT 5\&.0 non-WebSockets
+.IP "\(bu" 2
+MQTTAsync_connectOptions_initializer_ws: for MQTT 3\&.1\&.1 WebSockets
+.IP "\(bu" 2
+MQTTAsync_connectOptions_initializer5_ws: for MQTT 5\&.0 WebSockets
+.PP
+
.SH "Field Documentation"
.PP
.SS "char struct_id[4]"
@@ -164,11 +176,11 @@ An array of null-terminated strings specifying the servers to
.SS "int MQTTVersion"
Sets the version of MQTT to be used on the connect\&. MQTTVERSION_DEFAULT (0) = default: start with 3\&.1\&.1, and if that fails, fall back to 3\&.1 MQTTVERSION_3_1 (3) = only try version 3\&.1 MQTTVERSION_3_1_1 (4) = only try version 3\&.1\&.1
.SS "int automaticReconnect"
-Reconnect automatically in the case of a connection being lost?
+Reconnect automatically in the case of a connection being lost\&. 0=false, 1=true
.SS "int minRetryInterval"
-Minimum retry interval in seconds\&. Doubled on each failed retry\&.
+The minimum automatic reconnect retry interval in seconds\&. Doubled on each failed retry\&.
.SS "int maxRetryInterval"
-Maximum retry interval in seconds\&. The doubling stops here on failed retries\&.
+The maximum automatic reconnect retry interval in seconds\&. The doubling stops here on failed retries\&.
.SS "int len"
binary password length
.SS "const void* data"
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_createOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_createOptions.3
index d3de241d..73c4cba5 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_createOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_createOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_createOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_createOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_disconnectOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_disconnectOptions.3
index 252f0743..1778c891 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_disconnectOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_disconnectOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_disconnectOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_disconnectOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_failureData.3 b/docs/MQTTAsync/man/man3/MQTTAsync_failureData.3
index 3d83aa46..72954f37 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_failureData.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_failureData.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_failureData" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_failureData" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_failureData5.3 b/docs/MQTTAsync/man/man3/MQTTAsync_failureData5.3
index 6f342c10..4cda0bf7 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_failureData5.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_failureData5.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_failureData5" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_failureData5" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_init_options.3 b/docs/MQTTAsync/man/man3/MQTTAsync_init_options.3
index 80336029..a78e5380 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_init_options.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_init_options.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_init_options" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_init_options" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_message.3 b/docs/MQTTAsync/man/man3/MQTTAsync_message.3
index 9bed3109..960c0d16 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_message.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_message.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_message" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_message" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_nameValue.3 b/docs/MQTTAsync/man/man3/MQTTAsync_nameValue.3
index 85761f78..831d0e59 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_nameValue.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_nameValue.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_nameValue" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_nameValue" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_responseOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_responseOptions.3
index 37f46f5d..af47e26f 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_responseOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_responseOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_responseOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_responseOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -64,7 +64,7 @@ A pointer to a callback function to be called if the API call fails\&. Can be se
.SS "void* context"
A pointer to any application-specific context\&. The the \fIcontext\fP pointer is passed to success or failure callback functions to provide access to the context information in the callback\&.
.SS "\fBMQTTAsync_token\fP token"
-A token is returned from the call\&. It can be used to track the state of this request, both in the callbacks and in future calls such as \fBMQTTAsync_waitForCompletion\fP\&.
+A token is returned from the call\&. It can be used to track the state of this request, both in the callbacks and in future calls such as \fBMQTTAsync_waitForCompletion\fP\&. This is output only - any change by the application will be ignored\&.
.SS "\fBMQTTAsync_onSuccess5\fP* onSuccess5"
A pointer to a callback function to be called if the API call successfully completes\&. Can be set to NULL, in which case no indication of successful completion will be received\&.
.SS "\fBMQTTAsync_onFailure5\fP* onFailure5"
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_successData.3 b/docs/MQTTAsync/man/man3/MQTTAsync_successData.3
index 3db0941b..dfaa0fad 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_successData.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_successData.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_successData" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_successData" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_successData5.3 b/docs/MQTTAsync/man/man3/MQTTAsync_successData5.3
index 77ec5f2b..f5e23363 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_successData5.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_successData5.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_successData5" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_successData5" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTAsync_willOptions.3 b/docs/MQTTAsync/man/man3/MQTTAsync_willOptions.3
index 68b72854..5f3d8346 100644
--- a/docs/MQTTAsync/man/man3/MQTTAsync_willOptions.3
+++ b/docs/MQTTAsync/man/man3/MQTTAsync_willOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTAsync_willOptions" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTAsync_willOptions" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTClientPersistence.h.3 b/docs/MQTTAsync/man/man3/MQTTClientPersistence.h.3
index 83fd46a0..7b08a85a 100644
--- a/docs/MQTTAsync/man/man3/MQTTClientPersistence.h.3
+++ b/docs/MQTTAsync/man/man3/MQTTClientPersistence.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTClientPersistence.h" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClientPersistence.h" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTClient_persistence.3 b/docs/MQTTAsync/man/man3/MQTTClient_persistence.3
index 38fcefc2..b6aaa5dd 100644
--- a/docs/MQTTAsync/man/man3/MQTTClient_persistence.3
+++ b/docs/MQTTAsync/man/man3/MQTTClient_persistence.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_persistence" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_persistence" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTLenString.3 b/docs/MQTTAsync/man/man3/MQTTLenString.3
index b69695c9..a49898e3 100644
--- a/docs/MQTTAsync/man/man3/MQTTLenString.3
+++ b/docs/MQTTAsync/man/man3/MQTTLenString.3
@@ -1,4 +1,4 @@
-.TH "MQTTLenString" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTLenString" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTProperties.3 b/docs/MQTTAsync/man/man3/MQTTProperties.3
index 49af8c23..26b4e4ae 100644
--- a/docs/MQTTAsync/man/man3/MQTTProperties.3
+++ b/docs/MQTTAsync/man/man3/MQTTProperties.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperties" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperties" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTProperties.h.3 b/docs/MQTTAsync/man/man3/MQTTProperties.h.3
index cc58d21a..1e9f29e7 100644
--- a/docs/MQTTAsync/man/man3/MQTTProperties.h.3
+++ b/docs/MQTTAsync/man/man3/MQTTProperties.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperties.h" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperties.h" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTProperty.3 b/docs/MQTTAsync/man/man3/MQTTProperty.3
index 37e6b6bc..32b49f7a 100644
--- a/docs/MQTTAsync/man/man3/MQTTProperty.3
+++ b/docs/MQTTAsync/man/man3/MQTTProperty.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperty" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperty" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTReasonCodes.h.3 b/docs/MQTTAsync/man/man3/MQTTReasonCodes.h.3
index ce883610..2ba332e8 100644
--- a/docs/MQTTAsync/man/man3/MQTTReasonCodes.h.3
+++ b/docs/MQTTAsync/man/man3/MQTTReasonCodes.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTReasonCodes.h" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTReasonCodes.h" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTSubscribeOpts.h.3 b/docs/MQTTAsync/man/man3/MQTTSubscribeOpts.h.3
index 629a1487..28ec11c6 100644
--- a/docs/MQTTAsync/man/man3/MQTTSubscribeOpts.h.3
+++ b/docs/MQTTAsync/man/man3/MQTTSubscribeOpts.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTSubscribeOpts.h" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTSubscribeOpts.h" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/MQTTSubscribe_options.3 b/docs/MQTTAsync/man/man3/MQTTSubscribe_options.3
index 284ccd57..2ab8474f 100644
--- a/docs/MQTTAsync/man/man3/MQTTSubscribe_options.3
+++ b/docs/MQTTAsync/man/man3/MQTTSubscribe_options.3
@@ -1,4 +1,4 @@
-.TH "MQTTSubscribe_options" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTSubscribe_options" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/async.3 b/docs/MQTTAsync/man/man3/async.3
index fc42554a..c3901c02 100644
--- a/docs/MQTTAsync/man/man3/async.3
+++ b/docs/MQTTAsync/man/man3/async.3
@@ -1,4 +1,4 @@
-.TH "async" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "async" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/auto_reconnect.3 b/docs/MQTTAsync/man/man3/auto_reconnect.3
index e145188e..1e73986d 100644
--- a/docs/MQTTAsync/man/man3/auto_reconnect.3
+++ b/docs/MQTTAsync/man/man3/auto_reconnect.3
@@ -1,4 +1,4 @@
-.TH "auto_reconnect" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "auto_reconnect" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/callbacks.3 b/docs/MQTTAsync/man/man3/callbacks.3
index db5b89fb..14ebb66a 100644
--- a/docs/MQTTAsync/man/man3/callbacks.3
+++ b/docs/MQTTAsync/man/man3/callbacks.3
@@ -1,4 +1,4 @@
-.TH "callbacks" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "callbacks" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/offline_publish.3 b/docs/MQTTAsync/man/man3/offline_publish.3
index 0f863e77..fcd941df 100644
--- a/docs/MQTTAsync/man/man3/offline_publish.3
+++ b/docs/MQTTAsync/man/man3/offline_publish.3
@@ -1,4 +1,4 @@
-.TH "offline_publish" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "offline_publish" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/publish.3 b/docs/MQTTAsync/man/man3/publish.3
index 362461d7..a123bafd 100644
--- a/docs/MQTTAsync/man/man3/publish.3
+++ b/docs/MQTTAsync/man/man3/publish.3
@@ -1,4 +1,4 @@
-.TH "publish" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "publish" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/qos.3 b/docs/MQTTAsync/man/man3/qos.3
index 05a25bf4..ebf2b4f7 100644
--- a/docs/MQTTAsync/man/man3/qos.3
+++ b/docs/MQTTAsync/man/man3/qos.3
@@ -1,4 +1,4 @@
-.TH "qos" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "qos" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/subscribe.3 b/docs/MQTTAsync/man/man3/subscribe.3
index d6745aef..f45f171f 100644
--- a/docs/MQTTAsync/man/man3/subscribe.3
+++ b/docs/MQTTAsync/man/man3/subscribe.3
@@ -1,4 +1,4 @@
-.TH "subscribe" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "subscribe" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/tracing.3 b/docs/MQTTAsync/man/man3/tracing.3
index 0c8c4104..e02ccc20 100644
--- a/docs/MQTTAsync/man/man3/tracing.3
+++ b/docs/MQTTAsync/man/man3/tracing.3
@@ -1,4 +1,4 @@
-.TH "tracing" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "tracing" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTAsync/man/man3/wildcard.3 b/docs/MQTTAsync/man/man3/wildcard.3
index c68878b7..d8586d1e 100644
--- a/docs/MQTTAsync/man/man3/wildcard.3
+++ b/docs/MQTTAsync/man/man3/wildcard.3
@@ -1,4 +1,4 @@
-.TH "wildcard" 3 "Mon Mar 28 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
+.TH "wildcard" 3 "Thu Sep 29 2022" "Paho Asynchronous MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/html/_m_q_t_t_client_8h.html b/docs/MQTTClient/html/_m_q_t_t_client_8h.html
index aacc0a8c..1ed5cb4e 100644
--- a/docs/MQTTClient/html/_m_q_t_t_client_8h.html
+++ b/docs/MQTTClient/html/_m_q_t_t_client_8h.html
@@ -460,7 +460,12 @@ Functions
-
Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with.
+
Return code: protocol prefix in serverURI should be:
+
tcp:// or mqtt:// - Insecure TCP
+
ssl:// or mqtts:// - Encrypted SSL/TLS
+
ws:// - Insecure websockets
+
wss:// - Secure web sockets The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with.
Initializer for connect options for MQTT 3.1.1 WebSockets connections. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts.
Initializer for connect options for MQTT 5.0 WebSockets connections. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts.
+
@@ -1208,7 +1217,12 @@ Functions
This function creates an MQTT client ready for connection to the specified server and using the specified persistent storage (see MQTTClient_persistence). See also MQTTClient_destroy().
Parameters
handle
A pointer to an MQTTClient handle. The handle is populated with a valid client reference following a successful return from this function.
-
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port. Currently, protocol must be tcp, ssl, ws or wss. The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
+
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port. Currently, protocol must be:
+ tcp:// or mqtt:// - Insecure TCP
+ ssl:// or mqtts:// - Encrypted SSL/TLS
+ ws:// - Insecure websockets
+ wss:// - Secure web sockets
+ The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
clientId
The client identifier passed to the server when the client connects to it. It is a null-terminated UTF-8 encoded string.
persistence_type
The type of persistence to be used by the client: MQTTCLIENT_PERSISTENCE_NONE: Use in-memory persistence. If the device or system on which the client is running fails or is switched off, the current state of any in-flight messages is lost and some messages may not be delivered even at QoS1 and QoS2.
@@ -2496,11 +2510,11 @@ Functions
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_client_8h_source.html b/docs/MQTTClient/html/_m_q_t_t_client_8h_source.html
index e3efb270..2966aaec 100644
--- a/docs/MQTTClient/html/_m_q_t_t_client_8h_source.html
+++ b/docs/MQTTClient/html/_m_q_t_t_client_8h_source.html
@@ -132,449 +132,449 @@ $(function() {
int MQTTClient_publish(MQTTClient handle, const char *topicName, int payloadlen, const void *payload, int qos, int retained, MQTTClient_deliveryToken *dt)
int MQTTClient_create(MQTTClient *handle, const char *serverURI, const char *clientId, int persistence_type, void *persistence_context)
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h.html b/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h.html
index b5559ccd..f0247f1a 100644
--- a/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h.html
+++ b/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h.html
@@ -443,7 +443,7 @@ Typedefs
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h_source.html b/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h_source.html
index a1617bf4..b097661b 100644
--- a/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h_source.html
+++ b/docs/MQTTClient/html/_m_q_t_t_client_persistence_8h_source.html
@@ -155,7 +155,7 @@ $(function() {
Close the persistent store referred to by the handle.
Definition: MQTTClientPersistence.h:123
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_properties_8h.html b/docs/MQTTClient/html/_m_q_t_t_properties_8h.html
index 76e4c37f..ba2da5a7 100644
--- a/docs/MQTTClient/html/_m_q_t_t_properties_8h.html
+++ b/docs/MQTTClient/html/_m_q_t_t_properties_8h.html
@@ -794,7 +794,7 @@ Functions
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_properties_8h_source.html b/docs/MQTTClient/html/_m_q_t_t_properties_8h_source.html
index 4bd38f00..8519b6c1 100644
--- a/docs/MQTTClient/html/_m_q_t_t_properties_8h_source.html
+++ b/docs/MQTTClient/html/_m_q_t_t_properties_8h_source.html
@@ -257,7 +257,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h.html b/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h.html
index 9966d03e..d576b9a0 100644
--- a/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h.html
+++ b/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h.html
@@ -233,7 +233,7 @@ Functions
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h_source.html b/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h_source.html
index 583db6cb..d455fd10 100644
--- a/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h_source.html
+++ b/docs/MQTTClient/html/_m_q_t_t_reason_codes_8h_source.html
@@ -188,7 +188,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h.html b/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h.html
index 0ddfe731..1e63455f 100644
--- a/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h.html
+++ b/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h.html
@@ -122,7 +122,7 @@ Typedefs
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h_source.html b/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h_source.html
index 45a0bee5..e6e19be4 100644
--- a/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h_source.html
+++ b/docs/MQTTClient/html/_m_q_t_t_subscribe_opts_8h_source.html
@@ -107,7 +107,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/annotated.html b/docs/MQTTClient/html/annotated.html
index 6c2af811..6add1b51 100644
--- a/docs/MQTTClient/html/annotated.html
+++ b/docs/MQTTClient/html/annotated.html
@@ -86,7 +86,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/async.html b/docs/MQTTClient/html/async.html
index abed867c..78eed029 100644
--- a/docs/MQTTClient/html/async.html
+++ b/docs/MQTTClient/html/async.html
@@ -73,7 +73,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/callbacks.html b/docs/MQTTClient/html/callbacks.html
index bc2c4bc5..cd5b403e 100644
--- a/docs/MQTTClient/html/callbacks.html
+++ b/docs/MQTTClient/html/callbacks.html
@@ -74,7 +74,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/classes.html b/docs/MQTTClient/html/classes.html
index 7dc14c43..8443dae1 100644
--- a/docs/MQTTClient/html/classes.html
+++ b/docs/MQTTClient/html/classes.html
@@ -92,7 +92,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/files.html b/docs/MQTTClient/html/files.html
index a787de9a..467f84ce 100644
--- a/docs/MQTTClient/html/files.html
+++ b/docs/MQTTClient/html/files.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/functions.html b/docs/MQTTClient/html/functions.html
index 867093c2..367e9a07 100644
--- a/docs/MQTTClient/html/functions.html
+++ b/docs/MQTTClient/html/functions.html
@@ -395,7 +395,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/functions_vars.html b/docs/MQTTClient/html/functions_vars.html
index 0321ca8d..20fbeaa4 100644
--- a/docs/MQTTClient/html/functions_vars.html
+++ b/docs/MQTTClient/html/functions_vars.html
@@ -395,7 +395,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals.html b/docs/MQTTClient/html/globals.html
index d1c48fa8..7923379f 100644
--- a/docs/MQTTClient/html/globals.html
+++ b/docs/MQTTClient/html/globals.html
@@ -657,7 +657,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_defs.html b/docs/MQTTClient/html/globals_defs.html
index 3ed0b456..77a593f3 100644
--- a/docs/MQTTClient/html/globals_defs.html
+++ b/docs/MQTTClient/html/globals_defs.html
@@ -192,7 +192,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_enum.html b/docs/MQTTClient/html/globals_enum.html
index c5c88026..b524ad59 100644
--- a/docs/MQTTClient/html/globals_enum.html
+++ b/docs/MQTTClient/html/globals_enum.html
@@ -79,7 +79,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_eval.html b/docs/MQTTClient/html/globals_eval.html
index 8ce81eef..7bac7468 100644
--- a/docs/MQTTClient/html/globals_eval.html
+++ b/docs/MQTTClient/html/globals_eval.html
@@ -327,7 +327,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_func.html b/docs/MQTTClient/html/globals_func.html
index eb44f64c..10ad14f9 100644
--- a/docs/MQTTClient/html/globals_func.html
+++ b/docs/MQTTClient/html/globals_func.html
@@ -222,7 +222,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_p.html b/docs/MQTTClient/html/globals_p.html
index 145bc8f3..0d27b955 100644
--- a/docs/MQTTClient/html/globals_p.html
+++ b/docs/MQTTClient/html/globals_p.html
@@ -93,7 +93,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/globals_type.html b/docs/MQTTClient/html/globals_type.html
index 675e7ebe..172b05f7 100644
--- a/docs/MQTTClient/html/globals_type.html
+++ b/docs/MQTTClient/html/globals_type.html
@@ -133,7 +133,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/index.html b/docs/MQTTClient/html/index.html
index 5a6413cc..9957ab68 100644
--- a/docs/MQTTClient/html/index.html
+++ b/docs/MQTTClient/html/index.html
@@ -5,7 +5,7 @@
-Paho MQTT C Client Library: MQTT Client library for C
+Paho MQTT C Client Library: MQTT Client library for C (MQTTClient)
@@ -63,7 +63,7 @@ $(function() {
@@ -118,7 +118,7 @@ Free any memory being used by the client
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/pages.html b/docs/MQTTClient/html/pages.html
index 16a6e6ae..e32868bb 100644
--- a/docs/MQTTClient/html/pages.html
+++ b/docs/MQTTClient/html/pages.html
@@ -81,7 +81,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/pubasync.html b/docs/MQTTClient/html/pubasync.html
index db6ae8fd..3191db1f 100644
--- a/docs/MQTTClient/html/pubasync.html
+++ b/docs/MQTTClient/html/pubasync.html
@@ -179,32 +179,32 @@ $(function() {
int MQTTClient_create(MQTTClient *handle, const char *serverURI, const char *clientId, int persistence_type, void *persistence_context)
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/pubsync.html b/docs/MQTTClient/html/pubsync.html
index 1584975a..0e681c8f 100644
--- a/docs/MQTTClient/html/pubsync.html
+++ b/docs/MQTTClient/html/pubsync.html
@@ -124,30 +124,30 @@ $(function() {
int MQTTClient_create(MQTTClient *handle, const char *serverURI, const char *clientId, int persistence_type, void *persistence_context)
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/qos.html b/docs/MQTTClient/html/qos.html
index 1bb98a57..b7ff16a7 100644
--- a/docs/MQTTClient/html/qos.html
+++ b/docs/MQTTClient/html/qos.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/search/all_9.js b/docs/MQTTClient/html/search/all_9.js
index 94bbd361..b18d19e8 100644
--- a/docs/MQTTClient/html/search/all_9.js
+++ b/docs/MQTTClient/html/search/all_9.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['mqtt_20client_20library_20for_20c_29',['MQTT Client library for C',['../index.html',1,'']]],
+ ['mqtt_20client_20library_20for_20c_20_28mqttclient_29_29',['MQTT Client library for C (MQTTClient)',['../index.html',1,'']]],
['max_5fcount_30',['max_count',['../struct_m_q_t_t_properties.html#a8de324382d8fd2f5939bf3372e059383',1,'MQTTProperties']]],
['maxinflightmessages_31',['maxInflightMessages',['../struct_m_q_t_t_client__connect_options.html#ae3f99bf4663ab7b9e9259feeba41fab2',1,'MQTTClient_connectOptions']]],
['message_32',['message',['../struct_m_q_t_t_client__will_options.html#a254bf0858da09c96a48daf64404eb4f8',1,'MQTTClient_willOptions']]],
diff --git a/docs/MQTTClient/html/search/pages_2.js b/docs/MQTTClient/html/search/pages_2.js
index 2cfa3a11..03d713e1 100644
--- a/docs/MQTTClient/html/search/pages_2.js
+++ b/docs/MQTTClient/html/search/pages_2.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['mqtt_20client_20library_20for_20c_606',['MQTT Client library for C',['../index.html',1,'']]]
+ ['mqtt_20client_20library_20for_20c_20_28mqttclient_29_606',['MQTT Client library for C (MQTTClient)',['../index.html',1,'']]]
];
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client___s_s_l_options.html b/docs/MQTTClient/html/struct_m_q_t_t_client___s_s_l_options.html
index 44e19e7f..cb6f50a7 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client___s_s_l_options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client___s_s_l_options.html
@@ -393,7 +393,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__connect_options.html b/docs/MQTTClient/html/struct_m_q_t_t_client__connect_options.html
index a7a8c30f..44f10212 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__connect_options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__connect_options.html
@@ -130,7 +130,13 @@ Data Fields
Detailed Description
MQTTClient_connectOptions defines several settings that control the way the client connects to an MQTT server.
-
Note: Default values are not defined for members of MQTTClient_connectOptions so it is good practice to specify all settings. If the MQTTClient_connectOptions structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application. If the MQTTClient_connectOptions structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers). A keepAliveInterval setting of 0 prevents correct operation of the client and so you must at least set a value for keepAliveInterval.
+
Note: Default values are not defined for members of MQTTClient_connectOptions so it is good practice to specify all settings. If the MQTTClient_connectOptions structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application. If the MQTTClient_connectOptions structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers). A keepAliveInterval setting of 0 prevents correct operation of the client and so you must at least set a value for keepAliveInterval.
+
Suitable default values are set in the following initializers:
+
MQTTClient_connectOptions_initializer: for MQTT 3.1.1 non-WebSockets
+
MQTTClient_connectOptions_initializer5: for MQTT 5.0 non-WebSockets
+
MQTTClient_connectOptions_initializer_ws: for MQTT 3.1.1 WebSockets
+
MQTTClient_connectOptions_initializer5_ws: for MQTT 5.0 WebSockets
@@ -514,7 +520,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__create_options.html b/docs/MQTTClient/html/struct_m_q_t_t_client__create_options.html
index 7d7b4258..f296f205 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__create_options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__create_options.html
@@ -135,7 +135,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__init__options.html b/docs/MQTTClient/html/struct_m_q_t_t_client__init__options.html
index 349b7c2d..94bc9040 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__init__options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__init__options.html
@@ -134,7 +134,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__message.html b/docs/MQTTClient/html/struct_m_q_t_t_client__message.html
index 0e75142c..323c4ff4 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__message.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__message.html
@@ -247,7 +247,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__name_value.html b/docs/MQTTClient/html/struct_m_q_t_t_client__name_value.html
index 1ea0fa36..2d9e203f 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__name_value.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__name_value.html
@@ -115,7 +115,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__persistence.html b/docs/MQTTClient/html/struct_m_q_t_t_client__persistence.html
index fe228a10..ae295c63 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__persistence.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__persistence.html
@@ -239,7 +239,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_client__will_options.html b/docs/MQTTClient/html/struct_m_q_t_t_client__will_options.html
index 2ae1ab7a..dca8f574 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_client__will_options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_client__will_options.html
@@ -237,7 +237,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_len_string.html b/docs/MQTTClient/html/struct_m_q_t_t_len_string.html
index 45dc1037..209e4c2c 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_len_string.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_len_string.html
@@ -117,7 +117,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_properties.html b/docs/MQTTClient/html/struct_m_q_t_t_properties.html
index 4b432f21..1606bcb0 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_properties.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_properties.html
@@ -151,7 +151,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_property.html b/docs/MQTTClient/html/struct_m_q_t_t_property.html
index 324e0800..37c52a57 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_property.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_property.html
@@ -206,7 +206,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_response.html b/docs/MQTTClient/html/struct_m_q_t_t_response.html
index b289945b..54f7f2e7 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_response.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_response.html
@@ -163,7 +163,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/struct_m_q_t_t_subscribe__options.html b/docs/MQTTClient/html/struct_m_q_t_t_subscribe__options.html
index e36e465c..bdad341d 100644
--- a/docs/MQTTClient/html/struct_m_q_t_t_subscribe__options.html
+++ b/docs/MQTTClient/html/struct_m_q_t_t_subscribe__options.html
@@ -168,7 +168,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/subasync.html b/docs/MQTTClient/html/subasync.html
index fda9131e..406f0c04 100644
--- a/docs/MQTTClient/html/subasync.html
+++ b/docs/MQTTClient/html/subasync.html
@@ -166,30 +166,30 @@ $(function() {
int MQTTClient_create(MQTTClient *handle, const char *serverURI, const char *clientId, int persistence_type, void *persistence_context)
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/tracing.html b/docs/MQTTClient/html/tracing.html
index 27c8c419..8b6699f6 100644
--- a/docs/MQTTClient/html/tracing.html
+++ b/docs/MQTTClient/html/tracing.html
@@ -127,7 +127,7 @@ $(function() {
int MQTTClient_connect(MQTTClient handle, MQTTClient_connectOptions *options)
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/html/wildcard.html b/docs/MQTTClient/html/wildcard.html
index 65258d4c..68a6c549 100644
--- a/docs/MQTTClient/html/wildcard.html
+++ b/docs/MQTTClient/html/wildcard.html
@@ -81,7 +81,7 @@ A '+' character represents a single level of the hierarchy and is used between d
-Generated on Mon Mar 28 2022 12:36:40 for Paho MQTT C Client Library by
+Generated on Thu Sep 29 2022 11:34:45 for Paho MQTT C Client Library by 1.8.17
diff --git a/docs/MQTTClient/man/man3/MQTTClient.h.3 b/docs/MQTTClient/man/man3/MQTTClient.h.3
index 30792cb2..07396d5d 100644
--- a/docs/MQTTClient/man/man3/MQTTClient.h.3
+++ b/docs/MQTTClient/man/man3/MQTTClient.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient.h" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient.h" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -329,7 +329,19 @@ Return code: Attempting SSL connection using non-SSL version of library
.SS "#define MQTTCLIENT_BAD_MQTT_VERSION \-11"
Return code: unrecognized MQTT version
.SS "#define MQTTCLIENT_BAD_PROTOCOL \-14"
-Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with\&.
+Return code: protocol prefix in serverURI should be:
+.PD 0
+
+.IP "\(bu" 2
+\fItcp://\fP or \fImqtt://\fP - Insecure TCP
+.IP "\(bu" 2
+\fIssl://\fP or \fImqtts://\fP - Encrypted SSL/TLS
+.IP "\(bu" 2
+\fIws://\fP - Insecure websockets
+.IP "\(bu" 2
+\fIwss://\fP - Secure web sockets The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with\&.
+.PP
+
.SS "#define MQTTCLIENT_BAD_MQTT_OPTION \-15"
Return code: option not applicable to the requested version of MQTT
.SS "#define MQTTCLIENT_WRONG_MQTT_VERSION \-16"
@@ -371,6 +383,7 @@ Bad return code from subscribe, as defined in the 3\&.1\&.1 specification
{ {'M', 'Q', 'T', 'C'}, 8, 60, 1, 1, NULL, NULL, NULL, 30, 0, NULL,\
0, NULL, MQTTVERSION_DEFAULT, {NULL, 0, 0}, {0, NULL}, -1, 0, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 3\&.1\&.1 non-WebSocket connections
.SS "#define MQTTClient_connectOptions_initializer5"
\fBValue:\fP
.PP
@@ -378,6 +391,7 @@ Bad return code from subscribe, as defined in the 3\&.1\&.1 specification
{ {'M', 'Q', 'T', 'C'}, 8, 60, 0, 1, NULL, NULL, NULL, 30, 0, NULL,\
0, NULL, MQTTVERSION_5, {NULL, 0, 0}, {0, NULL}, -1, 1, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 5\&.0 non-WebSocket connections
.SS "#define MQTTClient_connectOptions_initializer_ws"
\fBValue:\fP
.PP
@@ -385,6 +399,7 @@ Bad return code from subscribe, as defined in the 3\&.1\&.1 specification
{ {'M', 'Q', 'T', 'C'}, 8, 45, 1, 1, NULL, NULL, NULL, 30, 0, NULL,\
0, NULL, MQTTVERSION_DEFAULT, {NULL, 0, 0}, {0, NULL}, -1, 0, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 3\&.1\&.1 WebSockets connections\&. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts\&.
.SS "#define MQTTClient_connectOptions_initializer5_ws"
\fBValue:\fP
.PP
@@ -392,6 +407,7 @@ Bad return code from subscribe, as defined in the 3\&.1\&.1 specification
{ {'M', 'Q', 'T', 'C'}, 8, 45, 0, 1, NULL, NULL, NULL, 30, 0, NULL,\
0, NULL, MQTTVERSION_5, {NULL, 0, 0}, {0, NULL}, -1, 1, NULL, NULL, NULL}
.fi
+Initializer for connect options for MQTT 5\&.0 WebSockets connections\&. The keepalive interval is set to 45 seconds to avoid webserver 60 second inactivity timeouts\&.
.SS "#define MQTTResponse_initializer {1, \fBMQTTREASONCODE_SUCCESS\fP, 0, NULL, NULL}"
.SH "Typedef Documentation"
@@ -567,7 +583,17 @@ This function creates an MQTT client ready for connection to the specified serve
.RS 4
\fIhandle\fP A pointer to an \fBMQTTClient\fP handle\&. The handle is populated with a valid client reference following a successful return from this function\&.
.br
-\fIserverURI\fP A null-terminated string specifying the server to which the client will connect\&. It takes the form \fIprotocol://host:port\fP\&. Currently, \fIprotocol\fP must be \fItcp\fP, \fIssl\fP, \fIws\fP or \fIwss\fP\&. The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with\&. For \fIhost\fP, you can specify either an IP address or a host name\&. For instance, to connect to a server running on the local machines with the default MQTT port, specify \fItcp://localhost:1883\fP\&.
+\fIserverURI\fP A null-terminated string specifying the server to which the client will connect\&. It takes the form \fIprotocol://host:port\fP\&. Currently, \fIprotocol\fP must be:
+.br
+ \fItcp://\fP or \fImqtt://\fP - Insecure TCP
+.br
+ \fIssl://\fP or \fImqtts://\fP - Encrypted SSL/TLS
+.br
+ \fIws://\fP - Insecure websockets
+.br
+ \fIwss://\fP - Secure web sockets
+.br
+ The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with\&. For \fIhost\fP, you can specify either an IP address or a host name\&. For instance, to connect to a server running on the local machines with the default MQTT port, specify \fItcp://localhost:1883\fP\&.
.br
\fIclientId\fP The client identifier passed to the server when the client connects to it\&. It is a null-terminated UTF-8 encoded string\&.
.br
diff --git a/docs/MQTTClient/man/man3/MQTTClientPersistence.h.3 b/docs/MQTTClient/man/man3/MQTTClientPersistence.h.3
index 95c14427..8e625dde 100644
--- a/docs/MQTTClient/man/man3/MQTTClientPersistence.h.3
+++ b/docs/MQTTClient/man/man3/MQTTClientPersistence.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTClientPersistence.h" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClientPersistence.h" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_SSLOptions.3 b/docs/MQTTClient/man/man3/MQTTClient_SSLOptions.3
index 4cecb17b..92488c11 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_SSLOptions.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_SSLOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_SSLOptions" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_SSLOptions" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_connectOptions.3 b/docs/MQTTClient/man/man3/MQTTClient_connectOptions.3
index 3a6ceacb..9d885219 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_connectOptions.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_connectOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_connectOptions" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_connectOptions" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -100,7 +100,19 @@ MQTTClient_connectOptions
.PP
\fBMQTTClient_connectOptions\fP defines several settings that control the way the client connects to an MQTT server\&.
.PP
-\fBNote:\fP Default values are not defined for members of \fBMQTTClient_connectOptions\fP so it is good practice to specify all settings\&. If the \fBMQTTClient_connectOptions\fP structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application\&. If the \fBMQTTClient_connectOptions\fP structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers)\&. A \fBkeepAliveInterval\fP setting of 0 prevents correct operation of the client and so you \fBmust\fP at least set a value for \fBkeepAliveInterval\fP\&.
+\fBNote:\fP Default values are not defined for members of \fBMQTTClient_connectOptions\fP so it is good practice to specify all settings\&. If the \fBMQTTClient_connectOptions\fP structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application\&. If the \fBMQTTClient_connectOptions\fP structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers)\&. A \fBkeepAliveInterval\fP setting of 0 prevents correct operation of the client and so you \fBmust\fP at least set a value for \fBkeepAliveInterval\fP\&.
+.PP
+Suitable default values are set in the following initializers:
+.IP "\(bu" 2
+MQTTClient_connectOptions_initializer: for MQTT 3\&.1\&.1 non-WebSockets
+.IP "\(bu" 2
+MQTTClient_connectOptions_initializer5: for MQTT 5\&.0 non-WebSockets
+.IP "\(bu" 2
+MQTTClient_connectOptions_initializer_ws: for MQTT 3\&.1\&.1 WebSockets
+.IP "\(bu" 2
+MQTTClient_connectOptions_initializer5_ws: for MQTT 5\&.0 WebSockets
+.PP
+
.SH "Field Documentation"
.PP
.SS "char struct_id[4]"
diff --git a/docs/MQTTClient/man/man3/MQTTClient_createOptions.3 b/docs/MQTTClient/man/man3/MQTTClient_createOptions.3
index f60a99e0..60f54329 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_createOptions.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_createOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_createOptions" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_createOptions" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_init_options.3 b/docs/MQTTClient/man/man3/MQTTClient_init_options.3
index d6474f2c..57ac8b34 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_init_options.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_init_options.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_init_options" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_init_options" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_message.3 b/docs/MQTTClient/man/man3/MQTTClient_message.3
index 3b4a048a..c4e00474 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_message.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_message.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_message" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_message" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_nameValue.3 b/docs/MQTTClient/man/man3/MQTTClient_nameValue.3
index 2a2c257e..2106c094 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_nameValue.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_nameValue.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_nameValue" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_nameValue" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_persistence.3 b/docs/MQTTClient/man/man3/MQTTClient_persistence.3
index 3e411000..bfcfdf75 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_persistence.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_persistence.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_persistence" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_persistence" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTClient_willOptions.3 b/docs/MQTTClient/man/man3/MQTTClient_willOptions.3
index 0305ab58..748483cd 100644
--- a/docs/MQTTClient/man/man3/MQTTClient_willOptions.3
+++ b/docs/MQTTClient/man/man3/MQTTClient_willOptions.3
@@ -1,4 +1,4 @@
-.TH "MQTTClient_willOptions" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTClient_willOptions" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTLenString.3 b/docs/MQTTClient/man/man3/MQTTLenString.3
index 946bf7ba..eaa66e46 100644
--- a/docs/MQTTClient/man/man3/MQTTLenString.3
+++ b/docs/MQTTClient/man/man3/MQTTLenString.3
@@ -1,4 +1,4 @@
-.TH "MQTTLenString" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTLenString" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTProperties.3 b/docs/MQTTClient/man/man3/MQTTProperties.3
index 911df4e0..2f99abd8 100644
--- a/docs/MQTTClient/man/man3/MQTTProperties.3
+++ b/docs/MQTTClient/man/man3/MQTTProperties.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperties" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperties" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTProperties.h.3 b/docs/MQTTClient/man/man3/MQTTProperties.h.3
index 2dd11e69..f44fc900 100644
--- a/docs/MQTTClient/man/man3/MQTTProperties.h.3
+++ b/docs/MQTTClient/man/man3/MQTTProperties.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperties.h" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperties.h" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTProperty.3 b/docs/MQTTClient/man/man3/MQTTProperty.3
index 216bf3f4..2408baf4 100644
--- a/docs/MQTTClient/man/man3/MQTTProperty.3
+++ b/docs/MQTTClient/man/man3/MQTTProperty.3
@@ -1,4 +1,4 @@
-.TH "MQTTProperty" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTProperty" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTReasonCodes.h.3 b/docs/MQTTClient/man/man3/MQTTReasonCodes.h.3
index a6f24df3..4f3522e9 100644
--- a/docs/MQTTClient/man/man3/MQTTReasonCodes.h.3
+++ b/docs/MQTTClient/man/man3/MQTTReasonCodes.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTReasonCodes.h" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTReasonCodes.h" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTResponse.3 b/docs/MQTTClient/man/man3/MQTTResponse.3
index e3dc913c..13ecbeb9 100644
--- a/docs/MQTTClient/man/man3/MQTTResponse.3
+++ b/docs/MQTTClient/man/man3/MQTTResponse.3
@@ -1,4 +1,4 @@
-.TH "MQTTResponse" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTResponse" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTSubscribeOpts.h.3 b/docs/MQTTClient/man/man3/MQTTSubscribeOpts.h.3
index 7c83dae2..d01ce3b6 100644
--- a/docs/MQTTClient/man/man3/MQTTSubscribeOpts.h.3
+++ b/docs/MQTTClient/man/man3/MQTTSubscribeOpts.h.3
@@ -1,4 +1,4 @@
-.TH "MQTTSubscribeOpts.h" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTSubscribeOpts.h" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/MQTTSubscribe_options.3 b/docs/MQTTClient/man/man3/MQTTSubscribe_options.3
index cdecb1b9..ded97879 100644
--- a/docs/MQTTClient/man/man3/MQTTSubscribe_options.3
+++ b/docs/MQTTClient/man/man3/MQTTSubscribe_options.3
@@ -1,4 +1,4 @@
-.TH "MQTTSubscribe_options" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "MQTTSubscribe_options" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/async.3 b/docs/MQTTClient/man/man3/async.3
index ca724055..8a858dc8 100644
--- a/docs/MQTTClient/man/man3/async.3
+++ b/docs/MQTTClient/man/man3/async.3
@@ -1,4 +1,4 @@
-.TH "async" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "async" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/callbacks.3 b/docs/MQTTClient/man/man3/callbacks.3
index dabb4d05..142c8085 100644
--- a/docs/MQTTClient/man/man3/callbacks.3
+++ b/docs/MQTTClient/man/man3/callbacks.3
@@ -1,4 +1,4 @@
-.TH "callbacks" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "callbacks" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/pubasync.3 b/docs/MQTTClient/man/man3/pubasync.3
index db9a347e..7f001c94 100644
--- a/docs/MQTTClient/man/man3/pubasync.3
+++ b/docs/MQTTClient/man/man3/pubasync.3
@@ -1,4 +1,4 @@
-.TH "pubasync" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "pubasync" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/pubsync.3 b/docs/MQTTClient/man/man3/pubsync.3
index be547277..6a1a56e5 100644
--- a/docs/MQTTClient/man/man3/pubsync.3
+++ b/docs/MQTTClient/man/man3/pubsync.3
@@ -1,4 +1,4 @@
-.TH "pubsync" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "pubsync" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/qos.3 b/docs/MQTTClient/man/man3/qos.3
index fef889c3..20356319 100644
--- a/docs/MQTTClient/man/man3/qos.3
+++ b/docs/MQTTClient/man/man3/qos.3
@@ -1,4 +1,4 @@
-.TH "qos" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "qos" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/subasync.3 b/docs/MQTTClient/man/man3/subasync.3
index f57e2fc3..99462b3d 100644
--- a/docs/MQTTClient/man/man3/subasync.3
+++ b/docs/MQTTClient/man/man3/subasync.3
@@ -1,4 +1,4 @@
-.TH "subasync" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "subasync" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/tracing.3 b/docs/MQTTClient/man/man3/tracing.3
index bb736e29..b3ddd9c5 100644
--- a/docs/MQTTClient/man/man3/tracing.3
+++ b/docs/MQTTClient/man/man3/tracing.3
@@ -1,4 +1,4 @@
-.TH "tracing" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "tracing" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient/man/man3/wildcard.3 b/docs/MQTTClient/man/man3/wildcard.3
index ec36cdb0..9df606a1 100644
--- a/docs/MQTTClient/man/man3/wildcard.3
+++ b/docs/MQTTClient/man/man3/wildcard.3
@@ -1,4 +1,4 @@
-.TH "wildcard" 3 "Mon Mar 28 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
+.TH "wildcard" 3 "Thu Sep 29 2022" "Paho MQTT C Client Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
diff --git a/docs/MQTTClient_internal/html/Clients_8c.html b/docs/MQTTClient_internal/html/Clients_8c.html
index 48bbd5eb..992b9318 100644
--- a/docs/MQTTClient_internal/html/Clients_8c.html
+++ b/docs/MQTTClient_internal/html/Clients_8c.html
@@ -175,35 +175,35 @@ Functions
int MQTTProtocol_connect(const char *ip_address, Clients *aClient, int websocket, int MQTTVersion, MQTTProperties *connectProperties, MQTTProperties *willProperties)
int MQTTPersistence_putPacket(SOCKET socket, char *buf0, size_t buf0len, int count, char **buffers, size_t *buflens, int htype, int msgId, int scr, int MQTTVersion)
int MQTTClient_publish(MQTTClient handle, const char *topicName, int payloadlen, const void *payload, int qos, int retained, MQTTClient_deliveryToken *deliveryToken)
This function attempts to publish a message to a given topic (see also MQTTClient_publishMessage()).
int MQTTClient_publish(MQTTClient handle, const char *topicName, int payloadlen, const void *payload, int qos, int retained, MQTTClient_deliveryToken *deliveryToken)
This function attempts to publish a message to a given topic (see also MQTTClient_publishMessage()).
Remove the data for the specified key from the store.
Definition: MQTTClientPersistence.h:169
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Heap_8c.html b/docs/MQTTClient_internal/html/Heap_8c.html
index e2864f1c..a29d1580 100644
--- a/docs/MQTTClient_internal/html/Heap_8c.html
+++ b/docs/MQTTClient_internal/html/Heap_8c.html
@@ -706,7 +706,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/LinkedList_8c.html b/docs/MQTTClient_internal/html/LinkedList_8c.html
index 82add8b7..d7e5f5ca 100644
--- a/docs/MQTTClient_internal/html/LinkedList_8c.html
+++ b/docs/MQTTClient_internal/html/LinkedList_8c.html
@@ -1093,7 +1093,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Log_8c.html b/docs/MQTTClient_internal/html/Log_8c.html
index c929eadd..9e679bb6 100644
--- a/docs/MQTTClient_internal/html/Log_8c.html
+++ b/docs/MQTTClient_internal/html/Log_8c.html
@@ -373,7 +373,7 @@ static mutex_type
log_mute
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTClientPersistence_8h.html b/docs/MQTTClient_internal/html/MQTTClientPersistence_8h.html
index bbfa5098..7539ee1b 100644
--- a/docs/MQTTClient_internal/html/MQTTClientPersistence_8h.html
+++ b/docs/MQTTClient_internal/html/MQTTClientPersistence_8h.html
@@ -403,7 +403,7 @@ Typedefs
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTClient_8c.html b/docs/MQTTClient_internal/html/MQTTClient_8c.html
index e06173cd..c79fecd7 100644
--- a/docs/MQTTClient_internal/html/MQTTClient_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTClient_8c.html
@@ -117,9 +117,15 @@ Macros
A pointer to an ::MQTTClient handle. The handle is populated with a valid client reference following a successful return from this function.
-
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port. Currently, protocol must be tcp, ssl, ws or wss. The TLS enabled prefixes (ssl, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
+
serverURI
A null-terminated string specifying the server to which the client will connect. It takes the form protocol://host:port. Currently, protocol must be:
+ tcp:// or mqtt:// - Insecure TCP
+ ssl:// or mqtts:// - Encrypted SSL/TLS
+ ws:// - Insecure websockets
+ wss:// - Secure web sockets
+ The TLS enabled prefixes (ssl, mqtts, wss) are only valid if a TLS version of the library is linked with. For host, you can specify either an IP address or a host name. For instance, to connect to a server running on the local machines with the default MQTT port, specify tcp://localhost:1883.
clientId
The client identifier passed to the server when the client connects to it. It is a null-terminated UTF-8 encoded string.
persistence_type
The type of persistence to be used by the client: MQTTCLIENT_PERSISTENCE_NONE: Use in-memory persistence. If the device or system on which the client is running fails or is switched off, the current state of any in-flight messages is lost and some messages may not be delivered even at QoS1 and QoS2.
@@ -2268,7 +2279,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTPacketOut_8c.html b/docs/MQTTClient_internal/html/MQTTPacketOut_8c.html
index efd5ff01..d4652448 100644
--- a/docs/MQTTClient_internal/html/MQTTPacketOut_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTPacketOut_8c.html
@@ -629,7 +629,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTPacket_8c.html b/docs/MQTTClient_internal/html/MQTTPacket_8c.html
index 1fe34211..d8bc5404 100644
--- a/docs/MQTTClient_internal/html/MQTTPacket_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTPacket_8c.html
@@ -1873,14 +1873,14 @@ Here is the call graph for this function:
Function used in the new packets table to create publish packets.
Definition: MQTTPacket.c:556
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTPersistenceDefault_8c.html b/docs/MQTTClient_internal/html/MQTTPersistenceDefault_8c.html
index 9de0ec2b..9f2fc21d 100644
--- a/docs/MQTTClient_internal/html/MQTTPersistenceDefault_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTPersistenceDefault_8c.html
@@ -459,7 +459,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTPersistence_8c.html b/docs/MQTTClient_internal/html/MQTTPersistence_8c.html
index 2c52b517..031583a3 100644
--- a/docs/MQTTClient_internal/html/MQTTPersistence_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTPersistence_8c.html
@@ -695,7 +695,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c.html b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c.html
index b89332d8..57aa1b63 100644
--- a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c.html
@@ -141,18 +141,18 @@ static void
@@ -644,8 +662,8 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
-
+
+
@@ -1287,7 +1305,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.map b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.map
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.map
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.map
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.md5 b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.md5
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.md5
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.md5
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.png b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.png
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_af99a635121c0741dc0d8fce990826155_cgraph.png
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a9aa163c85710d4936ae368b8b9412440_cgraph.png
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.map b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.map
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.map
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.map
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.md5 b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.md5
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.md5
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.md5
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.png b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.png
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a8cc3bb2b02699b68e075d2b1107de619_cgraph.png
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_aa9f454819a84c7a43009253fabcea3f3_cgraph.png
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.map b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.map
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.map
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.map
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.md5 b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.md5
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.md5
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.md5
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.png b/docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.png
similarity index 100%
rename from docs/MQTTClient_internal/html/MQTTProtocolClient_8c_a01f8d925ee781aa2d0d260a442d39b19_cgraph.png
rename to docs/MQTTClient_internal/html/MQTTProtocolClient_8c_ac09429577a185297d8797d791b7116a2_cgraph.png
diff --git a/docs/MQTTClient_internal/html/MQTTProtocolOut_8c.html b/docs/MQTTClient_internal/html/MQTTProtocolOut_8c.html
index 8bb537c0..2fcb9da8 100644
--- a/docs/MQTTClient_internal/html/MQTTProtocolOut_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTProtocolOut_8c.html
@@ -641,7 +641,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/MQTTVersion_8c.html b/docs/MQTTClient_internal/html/MQTTVersion_8c.html
index 1bf1d7bd..936efa28 100644
--- a/docs/MQTTClient_internal/html/MQTTVersion_8c.html
+++ b/docs/MQTTClient_internal/html/MQTTVersion_8c.html
@@ -213,7 +213,7 @@ static const char *
librar
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Messages_8c.html b/docs/MQTTClient_internal/html/Messages_8c.html
index 6e541d04..b4210904 100644
--- a/docs/MQTTClient_internal/html/Messages_8c.html
+++ b/docs/MQTTClient_internal/html/Messages_8c.html
@@ -197,7 +197,7 @@ static const char *
protoc
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/SSLSocket_8c.html b/docs/MQTTClient_internal/html/SSLSocket_8c.html
index 0ae786b6..6513b0c8 100644
--- a/docs/MQTTClient_internal/html/SSLSocket_8c.html
+++ b/docs/MQTTClient_internal/html/SSLSocket_8c.html
@@ -74,7 +74,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/SocketBuffer_8c.html b/docs/MQTTClient_internal/html/SocketBuffer_8c.html
index 6bf948f3..ce3a7b85 100644
--- a/docs/MQTTClient_internal/html/SocketBuffer_8c.html
+++ b/docs/MQTTClient_internal/html/SocketBuffer_8c.html
@@ -744,7 +744,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Socket_8c.html b/docs/MQTTClient_internal/html/Socket_8c.html
index ccfd6f2c..195bf624 100644
--- a/docs/MQTTClient_internal/html/Socket_8c.html
+++ b/docs/MQTTClient_internal/html/Socket_8c.html
@@ -178,6 +178,9 @@ static int
cmpsockfds
int
Socket_new (const char *addr, size_t addr_len, int port, SOCKET *sock)
Create a new socket and TCP connect to an address/port. More...
Structure to hold all socket data for this module.
+
+static Socket_writeContinue *
writecontinue = NULL
+
static Socket_writeComplete *
writecomplete = NULL
@@ -1151,7 +1157,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Thread_8c.html b/docs/MQTTClient_internal/html/Thread_8c.html
index bd8d4bd2..e6e6950a 100644
--- a/docs/MQTTClient_internal/html/Thread_8c.html
+++ b/docs/MQTTClient_internal/html/Thread_8c.html
@@ -106,6 +106,9 @@ Functions
@@ -563,7 +566,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/Tree_8c.html b/docs/MQTTClient_internal/html/Tree_8c.html
index 50a519a5..8d22224f 100644
--- a/docs/MQTTClient_internal/html/Tree_8c.html
+++ b/docs/MQTTClient_internal/html/Tree_8c.html
@@ -378,7 +378,7 @@ Here is the call graph for this function:
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/annotated.html b/docs/MQTTClient_internal/html/annotated.html
index 729e90ad..4b288408 100644
--- a/docs/MQTTClient_internal/html/annotated.html
+++ b/docs/MQTTClient_internal/html/annotated.html
@@ -145,7 +145,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/classes.html b/docs/MQTTClient_internal/html/classes.html
index 2d9b375e..f5cb83a0 100644
--- a/docs/MQTTClient_internal/html/classes.html
+++ b/docs/MQTTClient_internal/html/classes.html
@@ -193,7 +193,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/files.html b/docs/MQTTClient_internal/html/files.html
index ab80d7f9..c49f161a 100644
--- a/docs/MQTTClient_internal/html/files.html
+++ b/docs/MQTTClient_internal/html/files.html
@@ -93,7 +93,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions.html b/docs/MQTTClient_internal/html/functions.html
index 14f181ef..8ccd25db 100644
--- a/docs/MQTTClient_internal/html/functions.html
+++ b/docs/MQTTClient_internal/html/functions.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_a.html b/docs/MQTTClient_internal/html/functions_a.html
index 5ba4233f..86081439 100644
--- a/docs/MQTTClient_internal/html/functions_a.html
+++ b/docs/MQTTClient_internal/html/functions_a.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_b.html b/docs/MQTTClient_internal/html/functions_b.html
index 26fec797..6693854e 100644
--- a/docs/MQTTClient_internal/html/functions_b.html
+++ b/docs/MQTTClient_internal/html/functions_b.html
@@ -93,7 +93,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_c.html b/docs/MQTTClient_internal/html/functions_c.html
index bf671742..4cc12374 100644
--- a/docs/MQTTClient_internal/html/functions_c.html
+++ b/docs/MQTTClient_internal/html/functions_c.html
@@ -140,7 +140,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_d.html b/docs/MQTTClient_internal/html/functions_d.html
index d8c74391..2428ac71 100644
--- a/docs/MQTTClient_internal/html/functions_d.html
+++ b/docs/MQTTClient_internal/html/functions_d.html
@@ -98,7 +98,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_e.html b/docs/MQTTClient_internal/html/functions_e.html
index 329d8b5e..9a9b0bf8 100644
--- a/docs/MQTTClient_internal/html/functions_e.html
+++ b/docs/MQTTClient_internal/html/functions_e.html
@@ -77,7 +77,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_f.html b/docs/MQTTClient_internal/html/functions_f.html
index 4460c413..d942fa65 100644
--- a/docs/MQTTClient_internal/html/functions_f.html
+++ b/docs/MQTTClient_internal/html/functions_f.html
@@ -65,8 +65,8 @@ $(function() {
Here is a list of all documented struct and union fields with links to the struct/union documentation for each field:
file
: storageElement
@@ -88,7 +88,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_g.html b/docs/MQTTClient_internal/html/functions_g.html
index 74b26c0f..45c8bc9a 100644
--- a/docs/MQTTClient_internal/html/functions_g.html
+++ b/docs/MQTTClient_internal/html/functions_g.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_h.html b/docs/MQTTClient_internal/html/functions_h.html
index b8b2be9b..8e08399f 100644
--- a/docs/MQTTClient_internal/html/functions_h.html
+++ b/docs/MQTTClient_internal/html/functions_h.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_i.html b/docs/MQTTClient_internal/html/functions_i.html
index f72838b7..5423524d 100644
--- a/docs/MQTTClient_internal/html/functions_i.html
+++ b/docs/MQTTClient_internal/html/functions_i.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_k.html b/docs/MQTTClient_internal/html/functions_k.html
index 2b510b20..a8d3f953 100644
--- a/docs/MQTTClient_internal/html/functions_k.html
+++ b/docs/MQTTClient_internal/html/functions_k.html
@@ -81,7 +81,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_l.html b/docs/MQTTClient_internal/html/functions_l.html
index 5db87fe0..387b37ea 100644
--- a/docs/MQTTClient_internal/html/functions_l.html
+++ b/docs/MQTTClient_internal/html/functions_l.html
@@ -88,7 +88,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_m.html b/docs/MQTTClient_internal/html/functions_m.html
index bf99080e..9a22e6da 100644
--- a/docs/MQTTClient_internal/html/functions_m.html
+++ b/docs/MQTTClient_internal/html/functions_m.html
@@ -139,7 +139,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_n.html b/docs/MQTTClient_internal/html/functions_n.html
index 69629b85..6d0ffbb9 100644
--- a/docs/MQTTClient_internal/html/functions_n.html
+++ b/docs/MQTTClient_internal/html/functions_n.html
@@ -87,7 +87,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_o.html b/docs/MQTTClient_internal/html/functions_o.html
index 09fdac9c..e31d489a 100644
--- a/docs/MQTTClient_internal/html/functions_o.html
+++ b/docs/MQTTClient_internal/html/functions_o.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_p.html b/docs/MQTTClient_internal/html/functions_p.html
index 6b31818f..b3a91475 100644
--- a/docs/MQTTClient_internal/html/functions_p.html
+++ b/docs/MQTTClient_internal/html/functions_p.html
@@ -177,7 +177,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_q.html b/docs/MQTTClient_internal/html/functions_q.html
index 1efa615d..ca6e9a43 100644
--- a/docs/MQTTClient_internal/html/functions_q.html
+++ b/docs/MQTTClient_internal/html/functions_q.html
@@ -83,7 +83,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_r.html b/docs/MQTTClient_internal/html/functions_r.html
index 15e2c165..1fc72278 100644
--- a/docs/MQTTClient_internal/html/functions_r.html
+++ b/docs/MQTTClient_internal/html/functions_r.html
@@ -117,7 +117,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_s.html b/docs/MQTTClient_internal/html/functions_s.html
index e51a8b72..f341a89b 100644
--- a/docs/MQTTClient_internal/html/functions_s.html
+++ b/docs/MQTTClient_internal/html/functions_s.html
@@ -167,7 +167,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_t.html b/docs/MQTTClient_internal/html/functions_t.html
index e8ba78be..a23e8057 100644
--- a/docs/MQTTClient_internal/html/functions_t.html
+++ b/docs/MQTTClient_internal/html/functions_t.html
@@ -99,7 +99,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_u.html b/docs/MQTTClient_internal/html/functions_u.html
index d2b16d43..ceddad35 100644
--- a/docs/MQTTClient_internal/html/functions_u.html
+++ b/docs/MQTTClient_internal/html/functions_u.html
@@ -79,7 +79,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_v.html b/docs/MQTTClient_internal/html/functions_v.html
index f9600723..a4f4364e 100644
--- a/docs/MQTTClient_internal/html/functions_v.html
+++ b/docs/MQTTClient_internal/html/functions_v.html
@@ -80,7 +80,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars.html b/docs/MQTTClient_internal/html/functions_vars.html
index 1d6535c1..2a1903f1 100644
--- a/docs/MQTTClient_internal/html/functions_vars.html
+++ b/docs/MQTTClient_internal/html/functions_vars.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_a.html b/docs/MQTTClient_internal/html/functions_vars_a.html
index 37fc259e..0d3630fc 100644
--- a/docs/MQTTClient_internal/html/functions_vars_a.html
+++ b/docs/MQTTClient_internal/html/functions_vars_a.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_b.html b/docs/MQTTClient_internal/html/functions_vars_b.html
index da6e7a6a..02633890 100644
--- a/docs/MQTTClient_internal/html/functions_vars_b.html
+++ b/docs/MQTTClient_internal/html/functions_vars_b.html
@@ -93,7 +93,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_c.html b/docs/MQTTClient_internal/html/functions_vars_c.html
index 3d09f4fa..95763da8 100644
--- a/docs/MQTTClient_internal/html/functions_vars_c.html
+++ b/docs/MQTTClient_internal/html/functions_vars_c.html
@@ -140,7 +140,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_d.html b/docs/MQTTClient_internal/html/functions_vars_d.html
index 5a29940d..4656b6af 100644
--- a/docs/MQTTClient_internal/html/functions_vars_d.html
+++ b/docs/MQTTClient_internal/html/functions_vars_d.html
@@ -98,7 +98,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_e.html b/docs/MQTTClient_internal/html/functions_vars_e.html
index 67d6a775..eef232ef 100644
--- a/docs/MQTTClient_internal/html/functions_vars_e.html
+++ b/docs/MQTTClient_internal/html/functions_vars_e.html
@@ -77,7 +77,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_f.html b/docs/MQTTClient_internal/html/functions_vars_f.html
index 6d8acb7c..4d872a18 100644
--- a/docs/MQTTClient_internal/html/functions_vars_f.html
+++ b/docs/MQTTClient_internal/html/functions_vars_f.html
@@ -65,8 +65,8 @@ $(function() {
file
: storageElement
@@ -88,7 +88,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_g.html b/docs/MQTTClient_internal/html/functions_vars_g.html
index 127e71bd..3ffebc01 100644
--- a/docs/MQTTClient_internal/html/functions_vars_g.html
+++ b/docs/MQTTClient_internal/html/functions_vars_g.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_h.html b/docs/MQTTClient_internal/html/functions_vars_h.html
index d37ba283..ae0ea807 100644
--- a/docs/MQTTClient_internal/html/functions_vars_h.html
+++ b/docs/MQTTClient_internal/html/functions_vars_h.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_i.html b/docs/MQTTClient_internal/html/functions_vars_i.html
index eb315071..e970d96e 100644
--- a/docs/MQTTClient_internal/html/functions_vars_i.html
+++ b/docs/MQTTClient_internal/html/functions_vars_i.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_k.html b/docs/MQTTClient_internal/html/functions_vars_k.html
index e3ebba18..229f1844 100644
--- a/docs/MQTTClient_internal/html/functions_vars_k.html
+++ b/docs/MQTTClient_internal/html/functions_vars_k.html
@@ -81,7 +81,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_l.html b/docs/MQTTClient_internal/html/functions_vars_l.html
index db6e316e..3b81bd28 100644
--- a/docs/MQTTClient_internal/html/functions_vars_l.html
+++ b/docs/MQTTClient_internal/html/functions_vars_l.html
@@ -88,7 +88,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_m.html b/docs/MQTTClient_internal/html/functions_vars_m.html
index 5c65f54b..79abab8d 100644
--- a/docs/MQTTClient_internal/html/functions_vars_m.html
+++ b/docs/MQTTClient_internal/html/functions_vars_m.html
@@ -139,7 +139,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_n.html b/docs/MQTTClient_internal/html/functions_vars_n.html
index 4627c61b..af99b16a 100644
--- a/docs/MQTTClient_internal/html/functions_vars_n.html
+++ b/docs/MQTTClient_internal/html/functions_vars_n.html
@@ -87,7 +87,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_o.html b/docs/MQTTClient_internal/html/functions_vars_o.html
index fdc373ea..9f370082 100644
--- a/docs/MQTTClient_internal/html/functions_vars_o.html
+++ b/docs/MQTTClient_internal/html/functions_vars_o.html
@@ -95,7 +95,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_p.html b/docs/MQTTClient_internal/html/functions_vars_p.html
index 929d0ad3..5e40ddac 100644
--- a/docs/MQTTClient_internal/html/functions_vars_p.html
+++ b/docs/MQTTClient_internal/html/functions_vars_p.html
@@ -177,7 +177,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_q.html b/docs/MQTTClient_internal/html/functions_vars_q.html
index 47528ddd..f4d473f8 100644
--- a/docs/MQTTClient_internal/html/functions_vars_q.html
+++ b/docs/MQTTClient_internal/html/functions_vars_q.html
@@ -83,7 +83,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_r.html b/docs/MQTTClient_internal/html/functions_vars_r.html
index af02c9ad..59550d47 100644
--- a/docs/MQTTClient_internal/html/functions_vars_r.html
+++ b/docs/MQTTClient_internal/html/functions_vars_r.html
@@ -117,7 +117,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_s.html b/docs/MQTTClient_internal/html/functions_vars_s.html
index cc026514..7ac15e88 100644
--- a/docs/MQTTClient_internal/html/functions_vars_s.html
+++ b/docs/MQTTClient_internal/html/functions_vars_s.html
@@ -167,7 +167,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_t.html b/docs/MQTTClient_internal/html/functions_vars_t.html
index e352f5f2..02216928 100644
--- a/docs/MQTTClient_internal/html/functions_vars_t.html
+++ b/docs/MQTTClient_internal/html/functions_vars_t.html
@@ -99,7 +99,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_u.html b/docs/MQTTClient_internal/html/functions_vars_u.html
index cee6a1ec..6c74365b 100644
--- a/docs/MQTTClient_internal/html/functions_vars_u.html
+++ b/docs/MQTTClient_internal/html/functions_vars_u.html
@@ -79,7 +79,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_v.html b/docs/MQTTClient_internal/html/functions_vars_v.html
index cb9599dd..637088c9 100644
--- a/docs/MQTTClient_internal/html/functions_vars_v.html
+++ b/docs/MQTTClient_internal/html/functions_vars_v.html
@@ -80,7 +80,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_vars_w.html b/docs/MQTTClient_internal/html/functions_vars_w.html
index 55c0fdf3..ab44e143 100644
--- a/docs/MQTTClient_internal/html/functions_vars_w.html
+++ b/docs/MQTTClient_internal/html/functions_vars_w.html
@@ -96,7 +96,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/functions_w.html b/docs/MQTTClient_internal/html/functions_w.html
index 528b9146..08f468d9 100644
--- a/docs/MQTTClient_internal/html/functions_w.html
+++ b/docs/MQTTClient_internal/html/functions_w.html
@@ -96,7 +96,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals.html b/docs/MQTTClient_internal/html/globals.html
index 9db7c0ba..3a4bdf26 100644
--- a/docs/MQTTClient_internal/html/globals.html
+++ b/docs/MQTTClient_internal/html/globals.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_a.html b/docs/MQTTClient_internal/html/globals_a.html
index c6b01992..45787e2b 100644
--- a/docs/MQTTClient_internal/html/globals_a.html
+++ b/docs/MQTTClient_internal/html/globals_a.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_b.html b/docs/MQTTClient_internal/html/globals_b.html
index 7cc56e8f..c864658f 100644
--- a/docs/MQTTClient_internal/html/globals_b.html
+++ b/docs/MQTTClient_internal/html/globals_b.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_c.html b/docs/MQTTClient_internal/html/globals_c.html
index bb7ec5d0..0a14095d 100644
--- a/docs/MQTTClient_internal/html/globals_c.html
+++ b/docs/MQTTClient_internal/html/globals_c.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_d.html b/docs/MQTTClient_internal/html/globals_d.html
index 3864a07f..6aae321f 100644
--- a/docs/MQTTClient_internal/html/globals_d.html
+++ b/docs/MQTTClient_internal/html/globals_d.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_defs.html b/docs/MQTTClient_internal/html/globals_defs.html
index 13fc3f5e..f8c05119 100644
--- a/docs/MQTTClient_internal/html/globals_defs.html
+++ b/docs/MQTTClient_internal/html/globals_defs.html
@@ -85,7 +85,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_f.html b/docs/MQTTClient_internal/html/globals_f.html
index 13fea555..16fec3c8 100644
--- a/docs/MQTTClient_internal/html/globals_f.html
+++ b/docs/MQTTClient_internal/html/globals_f.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func.html b/docs/MQTTClient_internal/html/globals_func.html
index 1c0f1a83..41bc02db 100644
--- a/docs/MQTTClient_internal/html/globals_func.html
+++ b/docs/MQTTClient_internal/html/globals_func.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_f.html b/docs/MQTTClient_internal/html/globals_func_f.html
index e384e353..6b4ef435 100644
--- a/docs/MQTTClient_internal/html/globals_func_f.html
+++ b/docs/MQTTClient_internal/html/globals_func_f.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_h.html b/docs/MQTTClient_internal/html/globals_func_h.html
index 03afba89..7c601598 100644
--- a/docs/MQTTClient_internal/html/globals_func_h.html
+++ b/docs/MQTTClient_internal/html/globals_func_h.html
@@ -96,7 +96,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_i.html b/docs/MQTTClient_internal/html/globals_func_i.html
index ad1ce39a..4345ba65 100644
--- a/docs/MQTTClient_internal/html/globals_func_i.html
+++ b/docs/MQTTClient_internal/html/globals_func_i.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_l.html b/docs/MQTTClient_internal/html/globals_func_l.html
index 20e3755b..389a6c76 100644
--- a/docs/MQTTClient_internal/html/globals_func_l.html
+++ b/docs/MQTTClient_internal/html/globals_func_l.html
@@ -135,7 +135,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_m.html b/docs/MQTTClient_internal/html/globals_func_m.html
index 7585b6b5..0ebe5a4b 100644
--- a/docs/MQTTClient_internal/html/globals_func_m.html
+++ b/docs/MQTTClient_internal/html/globals_func_m.html
@@ -333,16 +333,16 @@ $(function() {
: MQTTProtocolOut.c
MQTTProtocol_handlePubrels()
: MQTTProtocolClient.c
@@ -411,7 +411,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_p.html b/docs/MQTTClient_internal/html/globals_func_p.html
index 25ca08fe..e7db4923 100644
--- a/docs/MQTTClient_internal/html/globals_func_p.html
+++ b/docs/MQTTClient_internal/html/globals_func_p.html
@@ -102,7 +102,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_r.html b/docs/MQTTClient_internal/html/globals_func_r.html
index 3c956e8c..c794fe29 100644
--- a/docs/MQTTClient_internal/html/globals_func_r.html
+++ b/docs/MQTTClient_internal/html/globals_func_r.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_s.html b/docs/MQTTClient_internal/html/globals_func_s.html
index 69d14402..8a8d6b23 100644
--- a/docs/MQTTClient_internal/html/globals_func_s.html
+++ b/docs/MQTTClient_internal/html/globals_func_s.html
@@ -180,7 +180,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_t.html b/docs/MQTTClient_internal/html/globals_func_t.html
index 2f35f8b0..3ed01f16 100644
--- a/docs/MQTTClient_internal/html/globals_func_t.html
+++ b/docs/MQTTClient_internal/html/globals_func_t.html
@@ -126,7 +126,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_u.html b/docs/MQTTClient_internal/html/globals_func_u.html
index 375c7c64..838521dd 100644
--- a/docs/MQTTClient_internal/html/globals_func_u.html
+++ b/docs/MQTTClient_internal/html/globals_func_u.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_func_w.html b/docs/MQTTClient_internal/html/globals_func_w.html
index da653cd4..d9294e89 100644
--- a/docs/MQTTClient_internal/html/globals_func_w.html
+++ b/docs/MQTTClient_internal/html/globals_func_w.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_h.html b/docs/MQTTClient_internal/html/globals_h.html
index f926a92f..a75aad28 100644
--- a/docs/MQTTClient_internal/html/globals_h.html
+++ b/docs/MQTTClient_internal/html/globals_h.html
@@ -99,7 +99,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_i.html b/docs/MQTTClient_internal/html/globals_i.html
index 5bfbfc27..a5e2aa4a 100644
--- a/docs/MQTTClient_internal/html/globals_i.html
+++ b/docs/MQTTClient_internal/html/globals_i.html
@@ -78,7 +78,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_l.html b/docs/MQTTClient_internal/html/globals_l.html
index 4879d47f..f87a3f10 100644
--- a/docs/MQTTClient_internal/html/globals_l.html
+++ b/docs/MQTTClient_internal/html/globals_l.html
@@ -144,7 +144,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_m.html b/docs/MQTTClient_internal/html/globals_m.html
index f1f41f07..f93403f5 100644
--- a/docs/MQTTClient_internal/html/globals_m.html
+++ b/docs/MQTTClient_internal/html/globals_m.html
@@ -357,16 +357,16 @@ $(function() {
: MQTTProtocolOut.c
MQTTProtocol_handlePubrels()
: MQTTProtocolClient.c
@@ -435,7 +435,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_n.html b/docs/MQTTClient_internal/html/globals_n.html
index f59e9ec3..dacc7e64 100644
--- a/docs/MQTTClient_internal/html/globals_n.html
+++ b/docs/MQTTClient_internal/html/globals_n.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_p.html b/docs/MQTTClient_internal/html/globals_p.html
index 2ccded1f..8720bb1c 100644
--- a/docs/MQTTClient_internal/html/globals_p.html
+++ b/docs/MQTTClient_internal/html/globals_p.html
@@ -129,7 +129,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_q.html b/docs/MQTTClient_internal/html/globals_q.html
index f96fac2f..1447ab3f 100644
--- a/docs/MQTTClient_internal/html/globals_q.html
+++ b/docs/MQTTClient_internal/html/globals_q.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_r.html b/docs/MQTTClient_internal/html/globals_r.html
index 7c991090..2b241f31 100644
--- a/docs/MQTTClient_internal/html/globals_r.html
+++ b/docs/MQTTClient_internal/html/globals_r.html
@@ -84,7 +84,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_s.html b/docs/MQTTClient_internal/html/globals_s.html
index 02cb74dd..05756e8b 100644
--- a/docs/MQTTClient_internal/html/globals_s.html
+++ b/docs/MQTTClient_internal/html/globals_s.html
@@ -183,7 +183,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_t.html b/docs/MQTTClient_internal/html/globals_t.html
index 86ad1c48..b307c23e 100644
--- a/docs/MQTTClient_internal/html/globals_t.html
+++ b/docs/MQTTClient_internal/html/globals_t.html
@@ -135,7 +135,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_type.html b/docs/MQTTClient_internal/html/globals_type.html
index 4f620db8..784ac4a8 100644
--- a/docs/MQTTClient_internal/html/globals_type.html
+++ b/docs/MQTTClient_internal/html/globals_type.html
@@ -97,7 +97,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_u.html b/docs/MQTTClient_internal/html/globals_u.html
index ca5a0220..6a6d9ebd 100644
--- a/docs/MQTTClient_internal/html/globals_u.html
+++ b/docs/MQTTClient_internal/html/globals_u.html
@@ -81,7 +81,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_v.html b/docs/MQTTClient_internal/html/globals_v.html
index d40f60cb..b405b389 100644
--- a/docs/MQTTClient_internal/html/globals_v.html
+++ b/docs/MQTTClient_internal/html/globals_v.html
@@ -72,7 +72,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_vars.html b/docs/MQTTClient_internal/html/globals_vars.html
index a7f60d7d..273f68be 100644
--- a/docs/MQTTClient_internal/html/globals_vars.html
+++ b/docs/MQTTClient_internal/html/globals_vars.html
@@ -121,7 +121,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/globals_w.html b/docs/MQTTClient_internal/html/globals_w.html
index 83e9a622..bfc3d001 100644
--- a/docs/MQTTClient_internal/html/globals_w.html
+++ b/docs/MQTTClient_internal/html/globals_w.html
@@ -87,7 +87,7 @@ $(function() {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/graph_legend.html b/docs/MQTTClient_internal/html/graph_legend.html
index fe77bc3a..9dbdcc85 100644
--- a/docs/MQTTClient_internal/html/graph_legend.html
+++ b/docs/MQTTClient_internal/html/graph_legend.html
@@ -129,7 +129,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/index.html b/docs/MQTTClient_internal/html/index.html
index f1527e0f..a7b62968 100644
--- a/docs/MQTTClient_internal/html/index.html
+++ b/docs/MQTTClient_internal/html/index.html
@@ -74,7 +74,7 @@ timeout" interval, whose default is 30 seconds.
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/search/all_6.js b/docs/MQTTClient_internal/html/search/all_6.js
index c1def045..cc5caaf3 100644
--- a/docs/MQTTClient_internal/html/search/all_6.js
+++ b/docs/MQTTClient_internal/html/search/all_6.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['fds_60',['fds',['../structSockets.html#a3fe5e78a30e7b599273bbdc92904e3a9',1,'Sockets']]],
+ ['fds_5fread_60',['fds_read',['../structSockets.html#a9e91e6577708542a4aab9c43976f7923',1,'Sockets']]],
['file_61',['file',['../structstorageElement.html#aa13f42ed8f43459d289dec1bc4e259dd',1,'storageElement']]],
['findstring_62',['FindString',['../MQTTVersion_8c.html#a60231c316988ddb6d3ecf20a3195fe8d',1,'MQTTVersion.c']]],
['first_63',['first',['../structList.html#ab6dd52dbb617d263723015ef055caffe',1,'List']]],
diff --git a/docs/MQTTClient_internal/html/search/all_c.js b/docs/MQTTClient_internal/html/search/all_c.js
index 3c944f44..d854f582 100644
--- a/docs/MQTTClient_internal/html/search/all_c.js
+++ b/docs/MQTTClient_internal/html/search/all_c.js
@@ -150,10 +150,10 @@ var searchData=
['mqttprotocol_5ffreemessagelist_277',['MQTTProtocol_freeMessageList',['../MQTTProtocolClient_8c.html#a8514ddc8d0f346c0da19ab4d59b4062f',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandledisconnects_278',['MQTTProtocol_handleDisconnects',['../MQTTProtocolOut_8c.html#a4f914518a8e2d68cc9d9fbb2c22cdf6f',1,'MQTTProtocolOut.c']]],
['mqttprotocol_5fhandlepingresps_279',['MQTTProtocol_handlePingresps',['../MQTTProtocolOut_8c.html#ad298c92c74b5f1acda774fc95e3d61c3',1,'MQTTProtocolOut.c']]],
- ['mqttprotocol_5fhandlepubacks_280',['MQTTProtocol_handlePubacks',['../MQTTProtocolClient_8c.html#a8cc3bb2b02699b68e075d2b1107de619',1,'MQTTProtocolClient.c']]],
- ['mqttprotocol_5fhandlepubcomps_281',['MQTTProtocol_handlePubcomps',['../MQTTProtocolClient_8c.html#af99a635121c0741dc0d8fce990826155',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubacks_280',['MQTTProtocol_handlePubacks',['../MQTTProtocolClient_8c.html#aa9f454819a84c7a43009253fabcea3f3',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubcomps_281',['MQTTProtocol_handlePubcomps',['../MQTTProtocolClient_8c.html#a9aa163c85710d4936ae368b8b9412440',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlepublishes_282',['MQTTProtocol_handlePublishes',['../MQTTProtocolClient_8c.html#a2d7897d575be486bf1ed0459d7b2b8e7',1,'MQTTProtocolClient.c']]],
- ['mqttprotocol_5fhandlepubrecs_283',['MQTTProtocol_handlePubrecs',['../MQTTProtocolClient_8c.html#a01f8d925ee781aa2d0d260a442d39b19',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubrecs_283',['MQTTProtocol_handlePubrecs',['../MQTTProtocolClient_8c.html#ac09429577a185297d8797d791b7116a2',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlepubrels_284',['MQTTProtocol_handlePubrels',['../MQTTProtocolClient_8c.html#a362e0560d6f4f0e50237664a1a8e89a7',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlesubacks_285',['MQTTProtocol_handleSubacks',['../MQTTProtocolOut_8c.html#a5424115bf427436c2d40058f15261ed0',1,'MQTTProtocolOut.c']]],
['mqttprotocol_5fhandleunsubacks_286',['MQTTProtocol_handleUnsubacks',['../MQTTProtocolOut_8c.html#a0b9648549a1a132eecadb74df2e84f57',1,'MQTTProtocolOut.c']]],
@@ -178,7 +178,7 @@ var searchData=
['mqttsubscribe_5foptions_305',['MQTTSubscribe_options',['../structMQTTSubscribe__options.html',1,'']]],
['mqttversion_306',['MQTTVersion',['../structClients.html#a9cb1ad103af7c3aaf00e79037e6befba',1,'Clients::MQTTVersion()'],['../structMQTTAsync__successData.html#a2803f7c3e77845d14d7d54004b6c16f9',1,'MQTTAsync_successData::MQTTVersion()'],['../structMQTTAsync__successData5.html#a2a1956f782970dfdc24bb521bd90452b',1,'MQTTAsync_successData5::MQTTVersion()'],['../structMQTTAsync__createOptions.html#a538f8ca0715d75b79be91e8050a44402',1,'MQTTAsync_createOptions::MQTTVersion()'],['../structMQTTAsync__connectOptions.html#a03bb9a21cbbd0f9a2258204c1890ca40',1,'MQTTAsync_connectOptions::MQTTVersion()'],['../structMQTTAsync__command.html#aab15c3354653ca0d03644bcaa98f77fb',1,'MQTTAsync_command::MQTTVersion()'],['../structMQTTClient__createOptions.html#ae15c5b3e67be5967deb87d2830805565',1,'MQTTClient_createOptions::MQTTVersion()'],['../structMQTTClient__connectOptions.html#ac5990907e10165a71e6b3c163f2f1eef',1,'MQTTClient_connectOptions::MQTTVersion()'],['../structConnack.html#af1a10784220b77ccfbf549b2443f2332',1,'Connack::MQTTVersion()'],['../structSuback.html#aec7bfa50ec92509a7d7f9466173a064e',1,'Suback::MQTTVersion()'],['../structUnsuback.html#a25413381d1f688248d64a82e67746108',1,'Unsuback::MQTTVersion()'],['../structPublish.html#a5e5bc5c8445b9f8bdbc02315f91921a0',1,'Publish::MQTTVersion()'],['../structAck.html#a542acd6ed107a1dfffd225b668c0d961',1,'Ack::MQTTVersion()']]],
['mqttversion_2ec_307',['MQTTVersion.c',['../MQTTVersion_8c.html',1,'']]],
- ['msgid_308',['msgId',['../structSuback.html#acb5971c2ca02372e41da6f1ccf202dba',1,'Suback::msgId()'],['../structUnsuback.html#a804d221a84b2306cb6040f405315abc3',1,'Unsuback::msgId()'],['../structPublish.html#ac1076c8b1dc5793c498f098f0a0d78cd',1,'Publish::msgId()'],['../structAck.html#aacfdbab79ac27e1a5ff80bccac4427a9',1,'Ack::msgId()'],['../structClients.html#ad0aaa6d9fce1f8196ff859df00716055',1,'Clients::msgID()'],['../structMQTTAsync__message.html#a2c8572ec595842768848982321835bfe',1,'MQTTAsync_message::msgid()'],['../structMQTTClient__message.html#a3be81df63644606036c0a139564a1d92',1,'MQTTClient_message::msgid()']]],
+ ['msgid_308',['msgID',['../structClients.html#ad0aaa6d9fce1f8196ff859df00716055',1,'Clients::msgID()'],['../structMQTTAsync__message.html#a2c8572ec595842768848982321835bfe',1,'MQTTAsync_message::msgid()'],['../structMQTTClient__message.html#a3be81df63644606036c0a139564a1d92',1,'MQTTClient_message::msgid()'],['../structSuback.html#acb5971c2ca02372e41da6f1ccf202dba',1,'Suback::msgId()'],['../structUnsuback.html#a804d221a84b2306cb6040f405315abc3',1,'Unsuback::msgId()'],['../structPublish.html#ac1076c8b1dc5793c498f098f0a0d78cd',1,'Publish::msgId()'],['../structAck.html#aacfdbab79ac27e1a5ff80bccac4427a9',1,'Ack::msgId()']]],
['myfree_309',['myfree',['../Heap_8c.html#a25214c297c998eba3cfc8282b1162c69',1,'Heap.c']]],
['mymalloc_310',['mymalloc',['../Heap_8c.html#a59e53a989d69c3da767487596d9bfa1f',1,'Heap.c']]],
['myrealloc_311',['myrealloc',['../Heap_8c.html#a699e6722cc8f195f853f09ac274413a3',1,'Heap.c']]]
diff --git a/docs/MQTTClient_internal/html/search/functions_5.js b/docs/MQTTClient_internal/html/search/functions_5.js
index 885b6c14..173f1fb8 100644
--- a/docs/MQTTClient_internal/html/search/functions_5.js
+++ b/docs/MQTTClient_internal/html/search/functions_5.js
@@ -89,10 +89,10 @@ var searchData=
['mqttprotocol_5ffreemessagelist_750',['MQTTProtocol_freeMessageList',['../MQTTProtocolClient_8c.html#a8514ddc8d0f346c0da19ab4d59b4062f',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandledisconnects_751',['MQTTProtocol_handleDisconnects',['../MQTTProtocolOut_8c.html#a4f914518a8e2d68cc9d9fbb2c22cdf6f',1,'MQTTProtocolOut.c']]],
['mqttprotocol_5fhandlepingresps_752',['MQTTProtocol_handlePingresps',['../MQTTProtocolOut_8c.html#ad298c92c74b5f1acda774fc95e3d61c3',1,'MQTTProtocolOut.c']]],
- ['mqttprotocol_5fhandlepubacks_753',['MQTTProtocol_handlePubacks',['../MQTTProtocolClient_8c.html#a8cc3bb2b02699b68e075d2b1107de619',1,'MQTTProtocolClient.c']]],
- ['mqttprotocol_5fhandlepubcomps_754',['MQTTProtocol_handlePubcomps',['../MQTTProtocolClient_8c.html#af99a635121c0741dc0d8fce990826155',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubacks_753',['MQTTProtocol_handlePubacks',['../MQTTProtocolClient_8c.html#aa9f454819a84c7a43009253fabcea3f3',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubcomps_754',['MQTTProtocol_handlePubcomps',['../MQTTProtocolClient_8c.html#a9aa163c85710d4936ae368b8b9412440',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlepublishes_755',['MQTTProtocol_handlePublishes',['../MQTTProtocolClient_8c.html#a2d7897d575be486bf1ed0459d7b2b8e7',1,'MQTTProtocolClient.c']]],
- ['mqttprotocol_5fhandlepubrecs_756',['MQTTProtocol_handlePubrecs',['../MQTTProtocolClient_8c.html#a01f8d925ee781aa2d0d260a442d39b19',1,'MQTTProtocolClient.c']]],
+ ['mqttprotocol_5fhandlepubrecs_756',['MQTTProtocol_handlePubrecs',['../MQTTProtocolClient_8c.html#ac09429577a185297d8797d791b7116a2',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlepubrels_757',['MQTTProtocol_handlePubrels',['../MQTTProtocolClient_8c.html#a362e0560d6f4f0e50237664a1a8e89a7',1,'MQTTProtocolClient.c']]],
['mqttprotocol_5fhandlesubacks_758',['MQTTProtocol_handleSubacks',['../MQTTProtocolOut_8c.html#a5424115bf427436c2d40058f15261ed0',1,'MQTTProtocolOut.c']]],
['mqttprotocol_5fhandleunsubacks_759',['MQTTProtocol_handleUnsubacks',['../MQTTProtocolOut_8c.html#a0b9648549a1a132eecadb74df2e84f57',1,'MQTTProtocolOut.c']]],
diff --git a/docs/MQTTClient_internal/html/search/variables_6.js b/docs/MQTTClient_internal/html/search/variables_6.js
index 3bf7db44..04900090 100644
--- a/docs/MQTTClient_internal/html/search/variables_6.js
+++ b/docs/MQTTClient_internal/html/search/variables_6.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['fds_903',['fds',['../structSockets.html#a3fe5e78a30e7b599273bbdc92904e3a9',1,'Sockets']]],
+ ['fds_5fread_903',['fds_read',['../structSockets.html#a9e91e6577708542a4aab9c43976f7923',1,'Sockets']]],
['file_904',['file',['../structstorageElement.html#aa13f42ed8f43459d289dec1bc4e259dd',1,'storageElement']]],
['first_905',['first',['../structList.html#ab6dd52dbb617d263723015ef055caffe',1,'List']]],
['fixed_5fheader_906',['fixed_header',['../structsocket__queue.html#a8cc2b561b0b418fbbcc7ede680c71169',1,'socket_queue']]],
diff --git a/docs/MQTTClient_internal/html/search/variables_c.js b/docs/MQTTClient_internal/html/search/variables_c.js
index 45a9a9be..28e444ab 100644
--- a/docs/MQTTClient_internal/html/search/variables_c.js
+++ b/docs/MQTTClient_internal/html/search/variables_c.js
@@ -14,5 +14,5 @@ var searchData=
['minretryinterval_941',['minRetryInterval',['../structMQTTAsync__connectOptions.html#a60bb7a0c6afaaff456f7fa4f18c84b66',1,'MQTTAsync_connectOptions']]],
['mod_5fs_942',['mod_s',['../Socket_8c.html#a6caeed4a8d4f884c57a815034cee275e',1,'Socket.c']]],
['mqttversion_943',['MQTTVersion',['../structClients.html#a9cb1ad103af7c3aaf00e79037e6befba',1,'Clients::MQTTVersion()'],['../structMQTTAsync__successData.html#a2803f7c3e77845d14d7d54004b6c16f9',1,'MQTTAsync_successData::MQTTVersion()'],['../structMQTTAsync__successData5.html#a2a1956f782970dfdc24bb521bd90452b',1,'MQTTAsync_successData5::MQTTVersion()'],['../structMQTTAsync__createOptions.html#a538f8ca0715d75b79be91e8050a44402',1,'MQTTAsync_createOptions::MQTTVersion()'],['../structMQTTAsync__connectOptions.html#a03bb9a21cbbd0f9a2258204c1890ca40',1,'MQTTAsync_connectOptions::MQTTVersion()'],['../structMQTTAsync__command.html#aab15c3354653ca0d03644bcaa98f77fb',1,'MQTTAsync_command::MQTTVersion()'],['../structMQTTClient__createOptions.html#ae15c5b3e67be5967deb87d2830805565',1,'MQTTClient_createOptions::MQTTVersion()'],['../structMQTTClient__connectOptions.html#ac5990907e10165a71e6b3c163f2f1eef',1,'MQTTClient_connectOptions::MQTTVersion()'],['../structConnack.html#af1a10784220b77ccfbf549b2443f2332',1,'Connack::MQTTVersion()'],['../structSuback.html#aec7bfa50ec92509a7d7f9466173a064e',1,'Suback::MQTTVersion()'],['../structUnsuback.html#a25413381d1f688248d64a82e67746108',1,'Unsuback::MQTTVersion()'],['../structPublish.html#a5e5bc5c8445b9f8bdbc02315f91921a0',1,'Publish::MQTTVersion()'],['../structAck.html#a542acd6ed107a1dfffd225b668c0d961',1,'Ack::MQTTVersion()']]],
- ['msgid_944',['msgId',['../structSuback.html#acb5971c2ca02372e41da6f1ccf202dba',1,'Suback::msgId()'],['../structUnsuback.html#a804d221a84b2306cb6040f405315abc3',1,'Unsuback::msgId()'],['../structPublish.html#ac1076c8b1dc5793c498f098f0a0d78cd',1,'Publish::msgId()'],['../structAck.html#aacfdbab79ac27e1a5ff80bccac4427a9',1,'Ack::msgId()'],['../structClients.html#ad0aaa6d9fce1f8196ff859df00716055',1,'Clients::msgID()'],['../structMQTTAsync__message.html#a2c8572ec595842768848982321835bfe',1,'MQTTAsync_message::msgid()'],['../structMQTTClient__message.html#a3be81df63644606036c0a139564a1d92',1,'MQTTClient_message::msgid()']]]
+ ['msgid_944',['msgID',['../structClients.html#ad0aaa6d9fce1f8196ff859df00716055',1,'Clients::msgID()'],['../structMQTTAsync__message.html#a2c8572ec595842768848982321835bfe',1,'MQTTAsync_message::msgid()'],['../structMQTTClient__message.html#a3be81df63644606036c0a139564a1d92',1,'MQTTClient_message::msgid()'],['../structSuback.html#acb5971c2ca02372e41da6f1ccf202dba',1,'Suback::msgId()'],['../structUnsuback.html#a804d221a84b2306cb6040f405315abc3',1,'Unsuback::msgId()'],['../structPublish.html#ac1076c8b1dc5793c498f098f0a0d78cd',1,'Publish::msgId()'],['../structAck.html#aacfdbab79ac27e1a5ff80bccac4427a9',1,'Ack::msgId()']]]
];
diff --git a/docs/MQTTClient_internal/html/structAck.html b/docs/MQTTClient_internal/html/structAck.html
index 04b2d624..c50eaf80 100644
--- a/docs/MQTTClient_internal/html/structAck.html
+++ b/docs/MQTTClient_internal/html/structAck.html
@@ -134,7 +134,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structAckRequest.html b/docs/MQTTClient_internal/html/structAckRequest.html
index 9d23002b..a17c586a 100644
--- a/docs/MQTTClient_internal/html/structAckRequest.html
+++ b/docs/MQTTClient_internal/html/structAckRequest.html
@@ -84,7 +84,7 @@ int
ackType
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structClientStates.html b/docs/MQTTClient_internal/html/structClientStates.html
index 74682dd8..2a7cb154 100644
--- a/docs/MQTTClient_internal/html/structClientStates.html
+++ b/docs/MQTTClient_internal/html/structClientStates.html
@@ -101,7 +101,7 @@ const char *
version
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structClients.html b/docs/MQTTClient_internal/html/structClients.html
index 7c7184eb..9940d52b 100644
--- a/docs/MQTTClient_internal/html/structClients.html
+++ b/docs/MQTTClient_internal/html/structClients.html
@@ -240,7 +240,7 @@ char *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structConnack.html b/docs/MQTTClient_internal/html/structConnack.html
index 3e2e10f0..7719e4bf 100644
--- a/docs/MQTTClient_internal/html/structConnack.html
+++ b/docs/MQTTClient_internal/html/structConnack.html
@@ -151,7 +151,7 @@ unsigned int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structListElementStruct.html b/docs/MQTTClient_internal/html/structListElementStruct.html
index 659f6c81..03031d86 100644
--- a/docs/MQTTClient_internal/html/structListElementStruct.html
+++ b/docs/MQTTClient_internal/html/structListElementStruct.html
@@ -105,7 +105,7 @@ void *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structLog__nameValue.html b/docs/MQTTClient_internal/html/structLog__nameValue.html
index 84e358b3..861660f8 100644
--- a/docs/MQTTClient_internal/html/structLog__nameValue.html
+++ b/docs/MQTTClient_internal/html/structLog__nameValue.html
@@ -84,7 +84,7 @@ const char *
value
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__SSLOptions.html b/docs/MQTTClient_internal/html/structMQTTAsync__SSLOptions.html
index 35342389..1201c1ef 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__SSLOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__SSLOptions.html
@@ -323,7 +323,7 @@ unsigned int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__connectData.html b/docs/MQTTClient_internal/html/structMQTTAsync__connectData.html
index dd182927..10c21d10 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__connectData.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__connectData.html
@@ -175,7 +175,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__connectOptions.html b/docs/MQTTClient_internal/html/structMQTTAsync__connectOptions.html
index 675d832f..ef8f61e8 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__connectOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__connectOptions.html
@@ -142,15 +142,14 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__disconnectOptions.html b/docs/MQTTClient_internal/html/structMQTTAsync__disconnectOptions.html
index f6e2473b..9bac24e6 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__disconnectOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__disconnectOptions.html
@@ -247,7 +247,7 @@ enum MQTTReasonCodes
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__failureData5.html b/docs/MQTTClient_internal/html/structMQTTAsync__failureData5.html
index 2b3cdfed..6db4ae4a 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__failureData5.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__failureData5.html
@@ -177,7 +177,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__init__options.html b/docs/MQTTClient_internal/html/structMQTTAsync__init__options.html
index daa0eb15..30900fe3 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__init__options.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__init__options.html
@@ -130,7 +130,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__message.html b/docs/MQTTClient_internal/html/structMQTTAsync__message.html
index 5e2369bd..0d7d947a 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__message.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__message.html
@@ -240,7 +240,7 @@ void *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__nameValue.html b/docs/MQTTClient_internal/html/structMQTTAsync__nameValue.html
index db2ed709..0ae56b6b 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__nameValue.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__nameValue.html
@@ -93,7 +93,7 @@ const char *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__responseOptions.html b/docs/MQTTClient_internal/html/structMQTTAsync__responseOptions.html
index 990ee935..d1ebbd9b 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__responseOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__responseOptions.html
@@ -262,7 +262,7 @@ int
subscribeOptionsCount<
A token is returned from the call.
-
It can be used to track the state of this request, both in the callbacks and in future calls such as ::MQTTAsync_waitForCompletion.
+
It can be used to track the state of this request, both in the callbacks and in future calls such as ::MQTTAsync_waitForCompletion. This is output only - any change by the application will be ignored.
@@ -272,7 +272,7 @@ int
subscribeOptionsCount<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__struct.html b/docs/MQTTClient_internal/html/structMQTTAsync__struct.html
index 2091b06d..f4b3ec6e 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__struct.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__struct.html
@@ -215,7 +215,7 @@ int
reconnectNow
<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__successData.html b/docs/MQTTClient_internal/html/structMQTTAsync__successData.html
index 12e6a70b..5e7d005d 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__successData.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__successData.html
@@ -176,7 +176,7 @@ union {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__successData5.html b/docs/MQTTClient_internal/html/structMQTTAsync__successData5.html
index 760780a2..407d067a 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__successData5.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__successData5.html
@@ -226,7 +226,7 @@ union {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTAsync__willOptions.html b/docs/MQTTClient_internal/html/structMQTTAsync__willOptions.html
index 212aa8ec..b12c6976 100644
--- a/docs/MQTTClient_internal/html/structMQTTAsync__willOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTAsync__willOptions.html
@@ -172,7 +172,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__SSLOptions.html b/docs/MQTTClient_internal/html/structMQTTClient__SSLOptions.html
index 4c55e13a..ca56f5b4 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__SSLOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__SSLOptions.html
@@ -323,7 +323,7 @@ unsigned int
MQTTClient_connectOptions defines several settings that control the way the client connects to an MQTT server.
-
Note: Default values are not defined for members of MQTTClient_connectOptions so it is good practice to specify all settings. If the MQTTClient_connectOptions structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application. If the MQTTClient_connectOptions structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers). A keepAliveInterval setting of 0 prevents correct operation of the client and so you must at least set a value for keepAliveInterval.
+
Note: Default values are not defined for members of MQTTClient_connectOptions so it is good practice to specify all settings. If the MQTTClient_connectOptions structure is defined as an automatic variable, all members are set to random values and thus must be set by the client application. If the MQTTClient_connectOptions structure is defined as a static variable, initialization (in compliant compilers) sets all values to 0 (NULL for pointers). A keepAliveInterval setting of 0 prevents correct operation of the client and so you must at least set a value for keepAliveInterval.
+
Suitable default values are set in the following initializers:
+
MQTTClient_connectOptions_initializer: for MQTT 3.1.1 non-WebSockets
+
MQTTClient_connectOptions_initializer5: for MQTT 5.0 non-WebSockets
+
MQTTClient_connectOptions_initializer_ws: for MQTT 3.1.1 WebSockets
+
MQTTClient_connectOptions_initializer5_ws: for MQTT 5.0 WebSockets
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__init__options.html b/docs/MQTTClient_internal/html/structMQTTClient__init__options.html
index 4aed1e18..9e6ff641 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__init__options.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__init__options.html
@@ -130,7 +130,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__message.html b/docs/MQTTClient_internal/html/structMQTTClient__message.html
index 902bbc05..c7504c0d 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__message.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__message.html
@@ -224,7 +224,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__nameValue.html b/docs/MQTTClient_internal/html/structMQTTClient__nameValue.html
index e499983d..6a098295 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__nameValue.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__nameValue.html
@@ -92,7 +92,7 @@ const char *
value
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__persistence.html b/docs/MQTTClient_internal/html/structMQTTClient__persistence.html
index cf52de0b..dfb45b5c 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__persistence.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__persistence.html
@@ -121,7 +121,7 @@ void *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClient__willOptions.html b/docs/MQTTClient_internal/html/structMQTTClient__willOptions.html
index 11f2c1f9..0498ca8c 100644
--- a/docs/MQTTClient_internal/html/structMQTTClient__willOptions.html
+++ b/docs/MQTTClient_internal/html/structMQTTClient__willOptions.html
@@ -172,7 +172,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTClients.html b/docs/MQTTClient_internal/html/structMQTTClients.html
index 5d1d386f..064b8e1e 100644
--- a/docs/MQTTClient_internal/html/structMQTTClients.html
+++ b/docs/MQTTClient_internal/html/structMQTTClients.html
@@ -152,7 +152,7 @@ unsigned long
commandTimeo
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTLenString.html b/docs/MQTTClient_internal/html/structMQTTLenString.html
index bb6f7178..3f4cefe5 100644
--- a/docs/MQTTClient_internal/html/structMQTTLenString.html
+++ b/docs/MQTTClient_internal/html/structMQTTLenString.html
@@ -93,7 +93,7 @@ char *
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTPacket.html b/docs/MQTTClient_internal/html/structMQTTPacket.html
index d3c5f899..568b0afc 100644
--- a/docs/MQTTClient_internal/html/structMQTTPacket.html
+++ b/docs/MQTTClient_internal/html/structMQTTPacket.html
@@ -98,7 +98,7 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTPersistence__message.html b/docs/MQTTClient_internal/html/structMQTTPersistence__message.html
index ad1b9b71..c08f4beb 100644
--- a/docs/MQTTClient_internal/html/structMQTTPersistence__message.html
+++ b/docs/MQTTClient_internal/html/structMQTTPersistence__message.html
@@ -116,7 +116,7 @@ int
msgid
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTPersistence__qEntry.html b/docs/MQTTClient_internal/html/structMQTTPersistence__qEntry.html
index a4750606..54a74e6e 100644
--- a/docs/MQTTClient_internal/html/structMQTTPersistence__qEntry.html
+++ b/docs/MQTTClient_internal/html/structMQTTPersistence__qEntry.html
@@ -102,7 +102,7 @@ unsigned int
seqno
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTProperties.html b/docs/MQTTClient_internal/html/structMQTTProperties.html
index 7e9c6dc9..eb792be1 100644
--- a/docs/MQTTClient_internal/html/structMQTTProperties.html
+++ b/docs/MQTTClient_internal/html/structMQTTProperties.html
@@ -111,7 +111,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTProperty.html b/docs/MQTTClient_internal/html/structMQTTProperty.html
index 3e29cd6c..e664794b 100644
--- a/docs/MQTTClient_internal/html/structMQTTProperty.html
+++ b/docs/MQTTClient_internal/html/structMQTTProperty.html
@@ -144,7 +144,7 @@ union {
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTProtocol.html b/docs/MQTTClient_internal/html/structMQTTProtocol.html
index 839066a9..4767dcea 100644
--- a/docs/MQTTClient_internal/html/structMQTTProtocol.html
+++ b/docs/MQTTClient_internal/html/structMQTTProtocol.html
@@ -100,7 +100,7 @@ unsigned int
msgs_sent
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTResponse.html b/docs/MQTTClient_internal/html/structMQTTResponse.html
index 8f10e673..09f0b133 100644
--- a/docs/MQTTClient_internal/html/structMQTTResponse.html
+++ b/docs/MQTTClient_internal/html/structMQTTResponse.html
@@ -111,7 +111,7 @@ enum MQTTReasonCodes *
rea
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structMQTTSubscribe__options.html b/docs/MQTTClient_internal/html/structMQTTSubscribe__options.html
index 4315a1bd..772a53dd 100644
--- a/docs/MQTTClient_internal/html/structMQTTSubscribe__options.html
+++ b/docs/MQTTClient_internal/html/structMQTTSubscribe__options.html
@@ -170,7 +170,7 @@ unsigned char
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structNodeStruct.html b/docs/MQTTClient_internal/html/structNodeStruct.html
index bb3d76cc..a26cf558 100644
--- a/docs/MQTTClient_internal/html/structNodeStruct.html
+++ b/docs/MQTTClient_internal/html/structNodeStruct.html
@@ -112,7 +112,7 @@ unsigned int
red: 1
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structPacketBuffers.html b/docs/MQTTClient_internal/html/structPacketBuffers.html
index a3d50d36..0631796c 100644
--- a/docs/MQTTClient_internal/html/structPacketBuffers.html
+++ b/docs/MQTTClient_internal/html/structPacketBuffers.html
@@ -109,7 +109,7 @@ uint8_t
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structPublications.html b/docs/MQTTClient_internal/html/structPublications.html
index 002435d8..de899334 100644
--- a/docs/MQTTClient_internal/html/structPublications.html
+++ b/docs/MQTTClient_internal/html/structPublications.html
@@ -103,7 +103,7 @@ uint8_t
mask [4]
<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structPublish.html b/docs/MQTTClient_internal/html/structPublish.html
index 41301df2..75039120 100644
--- a/docs/MQTTClient_internal/html/structPublish.html
+++ b/docs/MQTTClient_internal/html/structPublish.html
@@ -149,7 +149,7 @@ uint8_t
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structSHA__CTX__S.html b/docs/MQTTClient_internal/html/structSHA__CTX__S.html
index 21bca41b..d250e839 100644
--- a/docs/MQTTClient_internal/html/structSHA__CTX__S.html
+++ b/docs/MQTTClient_internal/html/structSHA__CTX__S.html
@@ -97,7 +97,7 @@ unsigned int
total
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structSockets.html b/docs/MQTTClient_internal/html/structSockets.html
index a2b89023..0834b2b1 100644
--- a/docs/MQTTClient_internal/html/structSockets.html
+++ b/docs/MQTTClient_internal/html/structSockets.html
@@ -97,10 +97,13 @@ Data Fields
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structSuback.html b/docs/MQTTClient_internal/html/structSuback.html
index 8c2e3fbf..553f13fd 100644
--- a/docs/MQTTClient_internal/html/structSuback.html
+++ b/docs/MQTTClient_internal/html/structSuback.html
@@ -136,7 +136,7 @@ int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structTree.html b/docs/MQTTClient_internal/html/structTree.html
index b784d3c0..45d034a3 100644
--- a/docs/MQTTClient_internal/html/structTree.html
+++ b/docs/MQTTClient_internal/html/structTree.html
@@ -126,7 +126,7 @@ unsigned int
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structcond__type__struct.html b/docs/MQTTClient_internal/html/structcond__type__struct.html
index 3bfbb1cd..97e17201 100644
--- a/docs/MQTTClient_internal/html/structcond__type__struct.html
+++ b/docs/MQTTClient_internal/html/structcond__type__struct.html
@@ -84,7 +84,7 @@ pthread_mutex_t
mutex<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structframeData.html b/docs/MQTTClient_internal/html/structframeData.html
index 57219fa2..af6f8f0f 100644
--- a/docs/MQTTClient_internal/html/structframeData.html
+++ b/docs/MQTTClient_internal/html/structframeData.html
@@ -105,7 +105,7 @@ size_t
wsbuf0len
<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structheap__info.html b/docs/MQTTClient_internal/html/structheap__info.html
index 2234e6ec..043e998d 100644
--- a/docs/MQTTClient_internal/html/structheap__info.html
+++ b/docs/MQTTClient_internal/html/structheap__info.html
@@ -93,7 +93,7 @@ size_t
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structnameToType.html b/docs/MQTTClient_internal/html/structnameToType.html
index b3390329..7bd46c73 100644
--- a/docs/MQTTClient_internal/html/structnameToType.html
+++ b/docs/MQTTClient_internal/html/structnameToType.html
@@ -84,7 +84,7 @@ enum MQTTPropertyTypes
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structpending__writes.html b/docs/MQTTClient_internal/html/structpending__writes.html
index cd2a947b..719a82c6 100644
--- a/docs/MQTTClient_internal/html/structpending__writes.html
+++ b/docs/MQTTClient_internal/html/structpending__writes.html
@@ -96,7 +96,7 @@ int
frees [5]
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structprops__rc__parms.html b/docs/MQTTClient_internal/html/structprops__rc__parms.html
index 2a39b259..33d4d8be 100644
--- a/docs/MQTTClient_internal/html/structprops__rc__parms.html
+++ b/docs/MQTTClient_internal/html/structprops__rc__parms.html
@@ -108,7 +108,7 @@ enum MQTTReasonCodes
reaso
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structqEntry.html b/docs/MQTTClient_internal/html/structqEntry.html
index 30391cc0..5c2e244d 100644
--- a/docs/MQTTClient_internal/html/structqEntry.html
+++ b/docs/MQTTClient_internal/html/structqEntry.html
@@ -107,7 +107,7 @@ unsigned int
seqno
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structsocket__queue.html b/docs/MQTTClient_internal/html/structsocket__queue.html
index 868d6acc..31f2d798 100644
--- a/docs/MQTTClient_internal/html/structsocket__queue.html
+++ b/docs/MQTTClient_internal/html/structsocket__queue.html
@@ -102,7 +102,7 @@ char *
buf
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structstackEntry.html b/docs/MQTTClient_internal/html/structstackEntry.html
index c4fdd8c6..2d38c7db 100644
--- a/docs/MQTTClient_internal/html/structstackEntry.html
+++ b/docs/MQTTClient_internal/html/structstackEntry.html
@@ -87,7 +87,7 @@ int
line
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structstorageElement.html b/docs/MQTTClient_internal/html/structstorageElement.html
index 7bedb2aa..d25a7f3a 100644
--- a/docs/MQTTClient_internal/html/structstorageElement.html
+++ b/docs/MQTTClient_internal/html/structstorageElement.html
@@ -99,7 +99,7 @@ size_t
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structthreadEntry.html b/docs/MQTTClient_internal/html/structthreadEntry.html
index 2ce94395..a2bfecd1 100644
--- a/docs/MQTTClient_internal/html/structthreadEntry.html
+++ b/docs/MQTTClient_internal/html/structthreadEntry.html
@@ -99,7 +99,7 @@ int
current_depth
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structtraceEntry.html b/docs/MQTTClient_internal/html/structtraceEntry.html
index 94acf1a8..35ac5e3a 100644
--- a/docs/MQTTClient_internal/html/structtraceEntry.html
+++ b/docs/MQTTClient_internal/html/structtraceEntry.html
@@ -108,7 +108,7 @@ enum LOG_LEVELS
level<
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structtrace__settings__type.html b/docs/MQTTClient_internal/html/structtrace__settings__type.html
index e6a7b2f5..09418f13 100644
--- a/docs/MQTTClient_internal/html/structtrace__settings__type.html
+++ b/docs/MQTTClient_internal/html/structtrace__settings__type.html
@@ -90,7 +90,7 @@ enum LOG_LEVELS
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/structws__frame.html b/docs/MQTTClient_internal/html/structws__frame.html
index 03d75572..811a8673 100644
--- a/docs/MQTTClient_internal/html/structws__frame.html
+++ b/docs/MQTTClient_internal/html/structws__frame.html
@@ -91,7 +91,7 @@ size_t
-Generated on Mon Mar 28 2022 12:36:41 for MQTT C Client Libraries Internals by
+Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by 1.8.17
diff --git a/docs/MQTTClient_internal/html/unionHeader.html b/docs/MQTTClient_internal/html/unionHeader.html
index 145d9850..a14e2aad 100644
--- a/docs/MQTTClient_internal/html/unionHeader.html
+++ b/docs/MQTTClient_internal/html/unionHeader.html
@@ -109,7 +109,7 @@ struct {