Base class for the u-blox N2xx modems. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the classes ending with 'n2xx', you will need this class also. Note: requires the N211 module firmware to be at least 06.57 A01.02.

Dependents:   example-ublox-cellular-interface HelloMQTT example-ublox-cellular-interface_r410M example-ublox-mbed-client ... more

Revision:
7:f1c3373e4ff5
Parent:
4:8cd7a682a5ab
Child:
8:72412b28c93f
--- a/UbloxCellularBaseN2xx.h	Mon Oct 30 14:44:36 2017 +0000
+++ b/UbloxCellularBaseN2xx.h	Wed Jan 03 05:50:31 2018 +0000
@@ -224,6 +224,13 @@
     * @return      ture if successful, otherwise false.
     */
     bool nconfig(const char *name, bool state);    
+    
+
+    /** Get the IMEI.
+    *
+    * @return true if successful, otherwise false.
+    */
+    bool get_imei(char *buffer,int size);
 
 protected: