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:
27:8e6188cbcfd4
Parent:
23:bc6f98a1eb22
Child:
30:06c756af6c5c
Child:
32:629e6b1c8e22
--- a/cellular/Cellular.cpp	Tue Dec 17 18:49:06 2013 +0000
+++ b/cellular/Cellular.cpp	Tue Dec 17 23:56:20 2013 +0000
@@ -419,7 +419,7 @@
     return code;
 }
 
-Cellular::Code Cellular::setDns(const std::string& apn) {
+Cellular::Code Cellular::setDns(const std::string& address) {
     return FAILURE;   
 }