Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: doc/html/http_get_2example_8cpp-example.html
- Revision:
- 17:7268f365676b
- Parent:
- 16:7f1d6d359787
- Child:
- 21:17bb3eddcbae
--- a/doc/html/http_get_2example_8cpp-example.html Wed Aug 13 04:41:04 2014 -0700 +++ b/doc/html/http_get_2example_8cpp-example.html Sat Aug 23 05:39:17 2014 -0700 @@ -191,7 +191,7 @@ <div class="line"></div> <div class="line"> <span class="comment">// Initiate a socket with an RX buffer of 256 bytes</span></div> <div class="line"> <span class="comment">// We're not specifying the rx buffer pointer so that means it's dynamically allocated</span></div> -<div class="line"> Socket socket(256);</div> +<div class="line"> WiconnectSocket socket(256);</div> <div class="line"></div> <div class="line"></div> <div class="line"> printf(<span class="stringliteral">"Issuing HTTP Request: %s\r\n"</span>, HTTP_URL);</div>