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:
94:1baa587e89ae
Parent:
93:aa7a48e65974
Child:
95:4fdf968b5b37
--- a/wifi/Wifi.h	Fri Dec 27 23:55:18 2013 +0000
+++ b/wifi/Wifi.h	Mon Dec 30 16:18:49 2013 +0000
@@ -43,6 +43,7 @@
     Code sendBasicCommand(std::string command, int timeoutMillis, char esc = CR);
 
     Code setNetwork(const std::string& ssid, const std::string& key, SecurityType type);
+    Code setDNS(const std::string& dnsName);
     int getSignalStrength();
     bool setCmdMode(bool on);