Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Cellular by
Diff: Cellular/Cellular.h
- Revision:
- 11:4e428f689069
- Parent:
- 10:c188cc05aed5
- Child:
- 19:f6261f1c3dd4
diff -r c188cc05aed5 -r 4e428f689069 Cellular/Cellular.h --- 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.