Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: doc/mbed/html/group__api__socket__types.html
- Revision:
- 39:a963f69cb2de
- Parent:
- 34:2616445d0823
--- a/doc/mbed/html/group__api__socket__types.html Thu Nov 27 10:27:18 2014 +0000 +++ b/doc/mbed/html/group__api__socket__types.html Mon Feb 23 20:30:18 2015 -0800 @@ -139,7 +139,9 @@ <br />   <a class="el" href="group__api__socket__types.html#gga69dc55558df4c81599c5fb3dff98756da77625728d545a400e0eae1483225ff91">wiconnect::SOCKET_TYPE_UDPS</a>, <br /> -  <a class="el" href="group__api__socket__types.html#gga69dc55558df4c81599c5fb3dff98756da94c82597ad724e81c0bace9ed64ebc5f">wiconnect::SOCKET_TYPE_GHM</a> +  <a class="el" href="group__api__socket__types.html#gga69dc55558df4c81599c5fb3dff98756da94c82597ad724e81c0bace9ed64ebc5f">wiconnect::SOCKET_TYPE_GHM</a>, +<br /> +  <a class="el" href="group__api__socket__types.html#gga69dc55558df4c81599c5fb3dff98756da683c199a9f5ee2dad0420c0d6b73ea3a">wiconnect::SOCKET_TYPE_WS</a> <br /> }</td></tr> <tr class="memdesc:ga69dc55558df4c81599c5fb3dff98756d"><td class="mdescLeft"> </td><td class="mdescRight">Socket type. <a href="group__api__socket__types.html#ga69dc55558df4c81599c5fb3dff98756d">More...</a><br /></td></tr> @@ -181,7 +183,7 @@ </td></tr> </table> -<p>Definition at line <a class="el" href="_wiconnect_types_8h_source.html#l00354">354</a> of file <a class="el" href="_wiconnect_types_8h_source.html">WiconnectTypes.h</a>.</p> +<p>Definition at line <a class="el" href="_wiconnect_types_8h_source.html#l00355">355</a> of file <a class="el" href="_wiconnect_types_8h_source.html">WiconnectTypes.h</a>.</p> </div> </div> @@ -218,6 +220,9 @@ <tr><td class="fieldname"><a class="anchor" id="gga69dc55558df4c81599c5fb3dff98756da94c82597ad724e81c0bace9ed64ebc5f"></a>SOCKET_TYPE_GHM </td><td class="fielddoc"> <p>goHACK.me message type </p> </td></tr> +<tr><td class="fieldname"><a class="anchor" id="gga69dc55558df4c81599c5fb3dff98756da683c199a9f5ee2dad0420c0d6b73ea3a"></a>SOCKET_TYPE_WS </td><td class="fielddoc"> +<p>WebSocket type. </p> +</td></tr> </table> <p>Definition at line <a class="el" href="_wiconnect_types_8h_source.html#l00339">339</a> of file <a class="el" href="_wiconnect_types_8h_source.html">WiconnectTypes.h</a>.</p>
AMW006-A02