Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
80:e66bf5723b98
Parent:
78:fc9d2b983744
Child:
81:2e12915f892e
--- a/Cellular/Cellular.cpp	Wed Sep 09 11:59:17 2015 -0500
+++ b/Cellular/Cellular.cpp	Wed Sep 09 18:12:52 2015 +0000
@@ -425,7 +425,12 @@
     return equipmentIdentifier;
 }
 
-std::string Cellular::getRadioType()
+int Cellular::getRadioType()
+{
+    return type;
+}
+
+std::string Cellular::getRadioTypeString()
 {
     return getRadioNames(type);
 }