A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
131:da8f0e1c264a
Parent:
121:5a7fba896c98
Child:
138:a233b9775f93
--- a/wifi/Wifi.h	Thu Jan 02 21:46:57 2014 +0000
+++ b/wifi/Wifi.h	Fri Jan 03 05:00:54 2014 +0000
@@ -252,6 +252,7 @@
 
     Wifi(); //Private constructor, use the getInstance() method.
     Wifi(MTSBufferedIO* io); //Private constructor, use the getInstance() method.
+    bool sortInterfaceMode(void); // module gets in wierd state without IO reset
 };
 
 #endif /* WIFI_H */
\ No newline at end of file