Simple detection for LE910-NA1 modules

Fork of MTS-Cellular by MultiTech

Revision:
80:e66bf5723b98
Parent:
79:da70f86996a1
--- a/Cellular/Cellular.h	Wed Sep 09 11:59:17 2015 -0500
+++ b/Cellular/Cellular.h	Wed Sep 09 18:12:52 2015 +0000
@@ -494,10 +494,15 @@
     */
     std::string getEquipmentIdentifier();
 
+    /** Get radio type
+    * @returns the radio type (MTSMC-H5, etc)
+    */
+    int getRadioType();
+
     /** Get string representation of radio type
     * @returns string containing the radio type (MTSMC-H5, etc)
     */
-    std::string getRadioType();
+    std::string getRadioTypeString();
 
     /** Enables GPS.
     * @returns true if GPS is enabled, false if GPS is not supported.