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:
75:7ad32827b39e
Parent:
74:9f87bd22c222
Child:
76:371aab9902a4
--- a/wifi/Wifi.h	Thu Dec 26 16:17:30 2013 +0000
+++ b/wifi/Wifi.h	Thu Dec 26 16:23:41 2013 +0000
@@ -42,7 +42,6 @@
     std::string sendCommand(std::string command, int timeoutMillis, Cellular::ESC_CHAR esc = Cellular::CR);
     Cellular::Code sendBasicCommand(std::string command, int timeoutMillis, Cellular::ESC_CHAR esc = Cellular::CR);
 
-    Cellular::Code echo(bool state);
     Cellular::Code setNetwork(const std::string& ssid, const std::string& key, SecurityType type);
     int getSignalStrength();