annotated.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.17"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <title>MQTT C Client Libraries Internals: Data Structures</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="search/searchdata.js"></script>
  14. <script type="text/javascript" src="search/search.js"></script>
  15. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  19. <div id="titlearea">
  20. <table cellspacing="0" cellpadding="0">
  21. <tbody>
  22. <tr style="height: 56px;">
  23. <td id="projectlogo"><img alt="Logo" src="pahologo.png"/></td>
  24. <td id="projectalign" style="padding-left: 0.5em;">
  25. <div id="projectname">MQTT C Client Libraries Internals
  26. </div>
  27. </td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </div>
  32. <!-- end header part -->
  33. <!-- Generated by Doxygen 1.8.17 -->
  34. <script type="text/javascript">
  35. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  36. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  37. /* @license-end */
  38. </script>
  39. <script type="text/javascript" src="menudata.js"></script>
  40. <script type="text/javascript" src="menu.js"></script>
  41. <script type="text/javascript">
  42. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  43. $(function() {
  44. initMenu('',true,false,'search.php','Search');
  45. $(document).ready(function() { init_search(); });
  46. });
  47. /* @license-end */</script>
  48. <div id="main-nav"></div>
  49. </div><!-- top -->
  50. <!-- window showing the filter options -->
  51. <div id="MSearchSelectWindow"
  52. onmouseover="return searchBox.OnSearchSelectShow()"
  53. onmouseout="return searchBox.OnSearchSelectHide()"
  54. onkeydown="return searchBox.OnSearchSelectKey(event)">
  55. </div>
  56. <!-- iframe showing the search results (closed by default) -->
  57. <div id="MSearchResultsWindow">
  58. <iframe src="javascript:void(0)" frameborder="0"
  59. name="MSearchResults" id="MSearchResults">
  60. </iframe>
  61. </div>
  62. <div class="header">
  63. <div class="headertitle">
  64. <div class="title">Data Structures</div> </div>
  65. </div><!--header-->
  66. <div class="contents">
  67. <div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
  68. <table class="directory">
  69. <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  70. <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  71. <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  72. <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  73. <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  74. <tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  75. <tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  76. <tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  77. <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  78. <tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  79. <tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  80. <tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  81. <tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  82. <tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  83. <tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  84. <tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  85. <tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  86. <tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  87. <tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  88. <tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  89. <tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  90. <tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  91. <tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  92. <tr id="row_23_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  93. <tr id="row_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  94. <tr id="row_25_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  95. <tr id="row_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  96. <tr id="row_27_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  97. <tr id="row_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  98. <tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  99. <tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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 &quot;Last Will and Testament&quot; (LWT) settings for the client.">MQTTAsync_willOptions</a> defines the MQTT "Last Will and Testament" (LWT) settings for the client </td></tr>
  100. <tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  101. <tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  102. <tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  103. <tr id="row_34_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  104. <tr id="row_35_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  105. <tr id="row_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  106. <tr id="row_37_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  107. <tr id="row_38_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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 &quot;Last Will and Testament&quot; (LWT) settings for the client.">MQTTClient_willOptions</a> defines the MQTT "Last Will and Testament" (LWT) settings for the client </td></tr>
  108. <tr id="row_39_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  109. <tr id="row_40_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  110. <tr id="row_41_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  111. <tr id="row_42_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  112. <tr id="row_43_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  113. <tr id="row_44_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  114. <tr id="row_45_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  115. <tr id="row_46_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  116. <tr id="row_47_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  117. <tr id="row_48_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  118. <tr id="row_49_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  119. <tr id="row_50_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  120. <tr id="row_51_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  121. <tr id="row_52_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  122. <tr id="row_53_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  123. <tr id="row_54_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  124. <tr id="row_55_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  125. <tr id="row_56_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  126. <tr id="row_57_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  127. <tr id="row_58_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  128. <tr id="row_59_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  129. <tr id="row_60_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  130. <tr id="row_61_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  131. <tr id="row_62_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  132. <tr id="row_63_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  133. <tr id="row_64_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  134. <tr id="row_65_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  135. <tr id="row_66_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  136. <tr id="row_67_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  137. <tr id="row_68_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  138. <tr id="row_69_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  139. <tr id="row_70_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  140. <tr id="row_71_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</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>
  141. </table>
  142. </div><!-- directory -->
  143. </div><!-- contents -->
  144. <!-- start footer part -->
  145. <hr class="footer"/><address class="footer"><small>
  146. Generated on Thu Sep 29 2022 11:34:46 for MQTT C Client Libraries Internals by &#160;<a href="http://www.doxygen.org/index.html">
  147. <img class="footer" src="doxygen.png" alt="doxygen"/>
  148. </a> 1.8.17
  149. </small></address>
  150. </body>
  151. </html>