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:
87:5db6c084adc7
Parent:
82:5aa75004e553
Child:
88:a54018a0c576
--- a/cellular/Cellular.cpp	Fri Dec 27 15:55:35 2013 +0000
+++ b/cellular/Cellular.cpp	Fri Dec 27 16:47:09 2013 +0000
@@ -809,22 +809,6 @@
     return result;
 }
 
-std::string Cellular::getCodeNames(Code code)
-{
-    switch(code) {
-        case SUCCESS:
-            return "SUCCESS";
-        case ERROR:
-            return "ERROR";
-        case NO_RESPONSE:
-            return "NO_RESPONSE";
-        case FAILURE:
-            return "FAILURE";
-        default:
-            return "UNKNOWN ENUM";
-    }
-}
-
 std::string Cellular::getRegistrationNames(Registration registration)
 {
     switch(registration) {