Base class for the ublox-xxx-cellular-xxx classes. 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 ublox-xxx-cellular-xxx classes, you will need this class also.
Dependents: example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more
Diff: UbloxCellularBase.h
- Revision:
- 11:57f64bc518c0
- Parent:
- 10:c4281fa79b8f
- Child:
- 12:aa3cbc3f88c5
diff -r c4281fa79b8f -r 57f64bc518c0 UbloxCellularBase.h
--- a/UbloxCellularBase.h Tue Jan 02 05:45:24 2018 +0000
+++ b/UbloxCellularBase.h Tue Jan 02 12:38:56 2018 +0500
@@ -134,6 +134,12 @@
*/
bool change_sim_pin(const char *new_pin);
+ /** Get the IMEI.
+ *
+ * @return true if successful, otherwise false.
+ */
+ bool get_imei(char *imei_to_send,int size);
+
protected:
#define OUTPUT_ENTER_KEY "\r"
@@ -162,6 +168,7 @@
DEV_LISA_U2,
DEV_LISA_U2_03S,
DEV_SARA_U2,
+ DEV_SARA_R4,
DEV_LEON_G2,
DEV_TOBY_L2,
DEV_MPCI_L2
u-blox