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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
76:6eeffc10739d
Parent:
69:93dace69ee98
Child:
77:82c0ec0f73ba
--- a/Cellular/Cellular.h	Wed Mar 25 17:59:46 2015 +0000
+++ b/Cellular/Cellular.h	Thu Jun 25 08:27:35 2015 -0500
@@ -245,7 +245,7 @@
 
     /// Enumeration for different cellular radio types.
     enum Radio {
-        NA, MTSMC_H5, MTSMC_EV3, MTSMC_G3, MTSMC_C2, MTSMC_H5_IP, MTSMC_EV3_IP, MTSMC_C2_IP, MTSMC_LAT1, MTSMC_VW2, MTSMC_LEU1
+        NA, MTSMC_H5, MTSMC_EV3, MTSMC_G3, MTSMC_C2, MTSMC_H5_IP, MTSMC_EV3_IP, MTSMC_C2_IP, MTSMC_LAT1, MTSMC_LVW2, MTSMC_LEU1
     };
 
     /// An enumeration of radio registration states with a cell tower.
@@ -469,6 +469,11 @@
     */
     std::string getEquipmentIdentifier();
 
+    /** Get string representation of radio type
+    * @returns string containing the radio type (MTSMC-H5, etc)
+    */
+    std::string getRadioType();
+
 protected:
     MTSBufferedIO* io; //IO interface obect that the radio is accessed through.
     bool echoMode; //Specifies if the echo mode is currently enabled.