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:
74:9f87bd22c222
Parent:
69:f3e696bbb0d5
Child:
75:7ad32827b39e
--- a/wifi/Wifi.h	Thu Dec 26 14:47:52 2013 +0000
+++ b/wifi/Wifi.h	Thu Dec 26 16:17:30 2013 +0000
@@ -63,6 +63,7 @@
     unsigned int host_port; //Holds the remote port for socket connections.
     std::string host_address; //Holds the remote address for socket connections.
 
+    bool cmdMode();
     Wifi(); //Private constructor, use the getInstance() method.
     Wifi(MTSBufferedIO* io); //Private constructor, use the getInstance() method.
 };