ublox-cellular-base_R4_PR
Diff: UbloxCellularBase.h
- Revision:
- 31:b0a6a610d114
- Parent:
- 30:38230504a646
- Child:
- 32:d961d0c06cdf
--- 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: