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
- Branch:
- R410_M
- Revision:
- 9:2c997d7df4c6
- Parent:
- 4:2e640a101db1
diff -r a15349fcab25 -r 2c997d7df4c6 UbloxCellularBase.h
--- a/UbloxCellularBase.h Mon Oct 30 14:46:22 2017 +0000
+++ b/UbloxCellularBase.h Mon Jan 01 17:16:21 2018 +0500
@@ -162,6 +162,7 @@
DEV_LISA_U2,
DEV_LISA_U2_03S,
DEV_SARA_U2,
+ DEV_SARA_R4,
DEV_LEON_G2,
DEV_TOBY_L2,
DEV_MPCI_L2
@@ -178,7 +179,10 @@
HSDPA = 4,
HSUPA = 5,
HSDPA_HSUPA = 6,
- LTE = 7
+ LTE = 7,
+ EC_GSM_IoT =8,
+ E_UTRAN_NB_S1=9
+
} RadioAccessNetworkType;
/** Info about the modem.
u-blox