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

Revision:
17:7268f365676b
Parent:
16:7f1d6d359787
Child:
21:17bb3eddcbae
--- a/WiconnectInterface.h	Wed Aug 13 04:41:04 2014 -0700
+++ b/WiconnectInterface.h	Sat Aug 23 05:39:17 2014 -0700
@@ -136,7 +136,7 @@
      * @param[in] bringNetworkUp Flag indicating if the module should try to bring the network up upon initialization.
      * @return Result of initialization. See @ref WiconnectResult
      */
-    WiconnectResult init(bool bringNetworkUp);
+    WiconnectResult init(bool bringNetworkUp=true);
 
     /**
      * @ingroup  api_core_misc
@@ -613,8 +613,8 @@
     friend class WiconnectSerial;
     friend class ScanResult;
     friend class ScanResultList;
-    friend class Socket;
-    friend class File;
+    friend class WiconnectSocket;
+    friend class WiconnectFile;
 #endif
 
     wiconnect::WiconnectSerial serial;
@@ -666,3 +666,7 @@
 };
 
 }
+
+
+#include "sdkTypes.h"
+