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:
- 31:b0a6a610d114
- Parent:
- 30:38230504a646
- Child:
- 33:8e1e79259b3f
- Child:
- 34:d239824bfb8f
diff -r 38230504a646 -r b0a6a610d114 UbloxCellularBase.h
--- a/UbloxCellularBase.h Tue Aug 27 18:38:29 2019 +0500
+++ b/UbloxCellularBase.h Thu Aug 29 16:52:05 2019 +0500
@@ -484,6 +484,14 @@
* @return True if successful, otherwise false.
*/
bool set_band_bitmask(RAT rat, uint64_t bitmask);
+
+ /** get band select bitmasks
+ *
+ * @param m1_bitmask pointer to band select bitmask of M1
+ * @param nb1_bitmask pointer to band select bitmask of NB1
+ * @return True if successful, otherwise false.
+ */
+ bool get_band_bitmask(uint64_t *m1_bitmask, uint64_t *nb1_bitmask);
#endif
protected:
u-blox