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
Revision 21:98aea8f49cd8, committed 2019-03-22
- Comitter:
- wajahat.abbas@u-blox.com
- Date:
- Fri Mar 22 15:47:18 2019 +0500
- Parent:
- 20:31d5e048fbfa
- Child:
- 22:779971811c46
- Commit message:
- updated description for set_mno_profile
Changed in this revision
| UbloxCellularBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/UbloxCellularBase.h Fri Mar 22 13:45:51 2019 +0500
+++ b/UbloxCellularBase.h Fri Mar 22 15:47:18 2019 +0500
@@ -214,8 +214,12 @@
#define DEFAULT_MNO_PROFILE SW_DEFAULT
#endif
- /** Reads the current MNO profile from modem and sets it to user specified profile
+ /** Reads the current MNO profile from modem and sets it to user specified profile.
+ * User can also specify profile in mbed_lib.json file and call set_mno_profile without any arguments.
*
+ * Note: MNO profile should only be set in detached state and a reboot is required for settings to take effect
+ *
+ * @param profile MNO profile to use
* @return true if operation was successful, false if there was an error
*/
bool set_mno_profile(MNOProfile profile = DEFAULT_MNO_PROFILE);
u-blox