ublox-cellular-base-n2xx

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: