Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: UbloxATCellularInterface.h
- Revision:
- 17:7b033423126c
- Parent:
- 16:2b30a056ae54
- Child:
- 24:35d5b2a02df8
--- a/UbloxATCellularInterface.h Tue Oct 30 18:15:09 2018 +0000 +++ b/UbloxATCellularInterface.h Thu Jan 17 18:55:41 2019 +0500 @@ -255,6 +255,12 @@ */ void connection_status_cb(Callback<void(nsapi_error_t)> cb); + /** Set the plmn. PLMN controls to what network device registers. + * + * @param plmn user to force what network to register. + */ + virtual void set_plmn(const char *plmn); + protected: /** Socket "unused" value.