123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.17"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>MQTT C Client Libraries Internals: Data Structures</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectlogo"><img alt="Logo" src="pahologo.png"/></td>
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">MQTT C Client Libraries Internals
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.17 -->
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- /* @license-end */
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- /* @license-end */</script>
- <div id="main-nav"></div>
- </div><!-- top -->
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- <div class="header">
- <div class="headertitle">
- <div class="title">Data Structures</div> </div>
- </div><!--header-->
- <div class="contents">
- <div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
- <table class="directory">
- <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structAck.html" target="_self">Ack</a></td><td class="desc">Data for one of the ack packets </td></tr>
- <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structAckRequest.html" target="_self">AckRequest</a></td><td class="desc"></td></tr>
- <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structClients.html" target="_self">Clients</a></td><td class="desc">Data related to one client </td></tr>
- <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structClientStates.html" target="_self">ClientStates</a></td><td class="desc">Configuration data related to all clients </td></tr>
- <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structcond__type__struct.html" target="_self">cond_type_struct</a></td><td class="desc"></td></tr>
- <tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structConnack.html" target="_self">Connack</a></td><td class="desc">Data for a connack packet </td></tr>
- <tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structConnect.html" target="_self">Connect</a></td><td class="desc">Data for a connect packet </td></tr>
- <tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structframeData.html" target="_self">frameData</a></td><td class="desc">Builds a websocket frame for data transmission </td></tr>
- <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="unionHeader.html" target="_self">Header</a></td><td class="desc">Bitfields for the MQTT header byte </td></tr>
- <tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structheap__info.html" target="_self">heap_info</a></td><td class="desc">Information about the state of the heap </td></tr>
- <tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structList.html" target="_self">List</a></td><td class="desc">Structure to hold all data for one list </td></tr>
- <tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structListElementStruct.html" target="_self">ListElementStruct</a></td><td class="desc">Structure to hold all data for one list element </td></tr>
- <tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structLog__nameValue.html" target="_self">Log_nameValue</a></td><td class="desc"></td></tr>
- <tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMessages.html" target="_self">Messages</a></td><td class="desc">Client publication message data </td></tr>
- <tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__command.html" target="_self">MQTTAsync_command</a></td><td class="desc"></td></tr>
- <tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__connectData.html" target="_self">MQTTAsync_connectData</a></td><td class="desc">The connect options that can be updated before an automatic reconnect </td></tr>
- <tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__connectOptions.html" target="_self">MQTTAsync_connectOptions</a></td><td class="desc"><a class="el" href="structMQTTAsync__connectOptions.html" title="MQTTAsync_connectOptions defines several settings that control the way the client connects to an MQTT...">MQTTAsync_connectOptions</a> defines several settings that control the way the client connects to an MQTT server </td></tr>
- <tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__createOptions.html" target="_self">MQTTAsync_createOptions</a></td><td class="desc">Options for the ::MQTTAsync_createWithOptions call </td></tr>
- <tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__disconnectOptions.html" target="_self">MQTTAsync_disconnectOptions</a></td><td class="desc">Options for the ::MQTTAsync_disconnect call </td></tr>
- <tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__failureData.html" target="_self">MQTTAsync_failureData</a></td><td class="desc">The data returned on completion of an unsuccessful API call in the response callback onFailure </td></tr>
- <tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__failureData5.html" target="_self">MQTTAsync_failureData5</a></td><td class="desc">The data returned on completion of an unsuccessful API call in the response callback onFailure </td></tr>
- <tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__init__options.html" target="_self">MQTTAsync_init_options</a></td><td class="desc">Initialization options </td></tr>
- <tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__message.html" target="_self">MQTTAsync_message</a></td><td class="desc">A structure representing the payload and attributes of an MQTT message </td></tr>
- <tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__nameValue.html" target="_self">MQTTAsync_nameValue</a></td><td class="desc">Utility structure where name/value pairs are needed </td></tr>
- <tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__queuedCommand.html" target="_self">MQTTAsync_queuedCommand</a></td><td class="desc"></td></tr>
- <tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__responseOptions.html" target="_self">MQTTAsync_responseOptions</a></td><td class="desc">Structure to define call options </td></tr>
- <tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__SSLOptions.html" target="_self">MQTTAsync_SSLOptions</a></td><td class="desc">MQTTAsync_sslProperties defines the settings to establish an SSL/TLS connection using the OpenSSL library </td></tr>
- <tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__struct.html" target="_self">MQTTAsync_struct</a></td><td class="desc"></td></tr>
- <tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__successData.html" target="_self">MQTTAsync_successData</a></td><td class="desc">The data returned on completion of a successful API call in the response callback onSuccess </td></tr>
- <tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__successData5.html" target="_self">MQTTAsync_successData5</a></td><td class="desc">The data returned on completion of a successful API call in the response callback onSuccess </td></tr>
- <tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTAsync__willOptions.html" target="_self">MQTTAsync_willOptions</a></td><td class="desc"><a class="el" href="structMQTTAsync__willOptions.html" title="MQTTAsync_willOptions defines the MQTT "Last Will and Testament" (LWT) settings for the client.">MQTTAsync_willOptions</a> defines the MQTT "Last Will and Testament" (LWT) settings for the client </td></tr>
- <tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__connectOptions.html" target="_self">MQTTClient_connectOptions</a></td><td class="desc"><a class="el" href="structMQTTClient__connectOptions.html" title="MQTTClient_connectOptions defines several settings that control the way the client connects to an MQT...">MQTTClient_connectOptions</a> defines several settings that control the way the client connects to an MQTT server </td></tr>
- <tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__createOptions.html" target="_self">MQTTClient_createOptions</a></td><td class="desc">Options for the <a class="el" href="MQTTClient_8c.html#ade24f717a9b39d38b081e1d5e0db1661" title="A version of :MQTTClient_create() with additional options.">MQTTClient_createWithOptions</a> call </td></tr>
- <tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__init__options.html" target="_self">MQTTClient_init_options</a></td><td class="desc">Initialization options </td></tr>
- <tr id="row_34_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__message.html" target="_self">MQTTClient_message</a></td><td class="desc">A structure representing the payload and attributes of an MQTT message </td></tr>
- <tr id="row_35_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__nameValue.html" target="_self">MQTTClient_nameValue</a></td><td class="desc">MQTTClient_libraryInfo is used to store details relating to the currently used library such as the version in use, the time it was built and relevant openSSL options </td></tr>
- <tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__persistence.html" target="_self">MQTTClient_persistence</a></td><td class="desc">A structure containing the function pointers to a persistence implementation and the context or state that will be shared across all the persistence functions </td></tr>
- <tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__SSLOptions.html" target="_self">MQTTClient_SSLOptions</a></td><td class="desc">MQTTClient_sslProperties defines the settings to establish an SSL/TLS connection using the OpenSSL library </td></tr>
- <tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClient__willOptions.html" target="_self">MQTTClient_willOptions</a></td><td class="desc"><a class="el" href="structMQTTClient__willOptions.html" title="MQTTClient_willOptions defines the MQTT "Last Will and Testament" (LWT) settings for the client.">MQTTClient_willOptions</a> defines the MQTT "Last Will and Testament" (LWT) settings for the client </td></tr>
- <tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTClients.html" target="_self">MQTTClients</a></td><td class="desc"></td></tr>
- <tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTLenString.html" target="_self">MQTTLenString</a></td><td class="desc">The data for a length delimited string </td></tr>
- <tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTPacket.html" target="_self">MQTTPacket</a></td><td class="desc">Data for a packet with header only </td></tr>
- <tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTPersistence__message.html" target="_self">MQTTPersistence_message</a></td><td class="desc"></td></tr>
- <tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTPersistence__qEntry.html" target="_self">MQTTPersistence_qEntry</a></td><td class="desc"></td></tr>
- <tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTProperties.html" target="_self">MQTTProperties</a></td><td class="desc">MQTT version 5 property list </td></tr>
- <tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTProperty.html" target="_self">MQTTProperty</a></td><td class="desc">Structure to hold an MQTT version 5 property of any type </td></tr>
- <tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTProtocol.html" target="_self">MQTTProtocol</a></td><td class="desc"></td></tr>
- <tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTResponse.html" target="_self">MQTTResponse</a></td><td class="desc">MQTT version 5.0 response information </td></tr>
- <tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structMQTTSubscribe__options.html" target="_self">MQTTSubscribe_options</a></td><td class="desc">The MQTT V5 subscribe options, apart from QoS which existed before V5 </td></tr>
- <tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnameToType.html" target="_self">nameToType</a></td><td class="desc"></td></tr>
- <tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structnetworkHandles.html" target="_self">networkHandles</a></td><td class="desc"></td></tr>
- <tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structNodeStruct.html" target="_self">NodeStruct</a></td><td class="desc">Structure to hold all data for one list element </td></tr>
- <tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structPacketBuffers.html" target="_self">PacketBuffers</a></td><td class="desc"></td></tr>
- <tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structpending__write.html" target="_self">pending_write</a></td><td class="desc"></td></tr>
- <tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structpending__writes.html" target="_self">pending_writes</a></td><td class="desc"></td></tr>
- <tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structprops__rc__parms.html" target="_self">props_rc_parms</a></td><td class="desc"></td></tr>
- <tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structPublications.html" target="_self">Publications</a></td><td class="desc">Stored publication data to minimize copying </td></tr>
- <tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structPublish.html" target="_self">Publish</a></td><td class="desc">Data for a publish packet </td></tr>
- <tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structqEntry.html" target="_self">qEntry</a></td><td class="desc"></td></tr>
- <tr id="row_59_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structSHA__CTX__S.html" target="_self">SHA_CTX_S</a></td><td class="desc"></td></tr>
- <tr id="row_60_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structsocket__queue.html" target="_self">socket_queue</a></td><td class="desc"></td></tr>
- <tr id="row_61_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structSockets.html" target="_self">Sockets</a></td><td class="desc">Structure to hold all socket data for the module </td></tr>
- <tr id="row_62_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structstackEntry.html" target="_self">stackEntry</a></td><td class="desc"></td></tr>
- <tr id="row_63_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structstorageElement.html" target="_self">storageElement</a></td><td class="desc">Each item on the heap is recorded with this structure </td></tr>
- <tr id="row_64_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structSuback.html" target="_self">Suback</a></td><td class="desc">Data for a suback packet </td></tr>
- <tr id="row_65_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structthreadEntry.html" target="_self">threadEntry</a></td><td class="desc"></td></tr>
- <tr id="row_66_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtrace__settings__type.html" target="_self">trace_settings_type</a></td><td class="desc"></td></tr>
- <tr id="row_67_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structtraceEntry.html" target="_self">traceEntry</a></td><td class="desc"></td></tr>
- <tr id="row_68_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTree.html" target="_self">Tree</a></td><td class="desc">Structure to hold all data for one tree </td></tr>
- <tr id="row_69_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structUnsuback.html" target="_self">Unsuback</a></td><td class="desc">Data for an MQTT V5 unsuback packet </td></tr>
- <tr id="row_70_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structwillMessages.html" target="_self">willMessages</a></td><td class="desc">Client will message data </td></tr>
- <tr id="row_71_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structws__frame.html" target="_self">ws_frame</a></td><td class="desc">Raw websocket frame data </td></tr>
- </table>
- </div><!-- directory -->
- </div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.17
- </small></address>
- </body>
- </html>
|