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:
5:93e889a5abc6
Parent:
4:6561c9128c6f
Child:
11:134435d8a2d5
--- a/cellular/Cellular.h	Wed Dec 11 16:49:21 2013 +0000
+++ b/cellular/Cellular.h	Wed Dec 11 17:36:18 2013 +0000
@@ -37,7 +37,8 @@
     Code ATTest();
     Code echoOff(bool state);
     int getSignalStrength();
-    Registration getRegistration();    
+    std::string getPhoneNumber();
+    Registration getRegistration();
     
     //SMS
     Code sendSMS(const std::string& phoneNumber, const std::string& message);