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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
11:4e428f689069
Parent:
10:c188cc05aed5
Child:
19:f6261f1c3dd4
--- a/Cellular/Cellular.h	Wed May 21 15:45:05 2014 -0500
+++ b/Cellular/Cellular.h	Thu May 22 09:26:51 2014 -0500
@@ -315,6 +315,14 @@
     */
     static std::string getRegistrationNames(Registration registration);
 
+    /** A static method for getting a string representation for the Radio
+    * enumeration.
+    *
+    * @param type a Radio enumeration.
+    * @returns the enumeration name as a string.
+    */
+    static std::string getRadioNames(Radio radio);
+
 protected:
     MTSBufferedIO* io; //IO interface obect that the radio is accessed through.
     bool echoMode; //Specifies if the echo mode is currently enabled.