ublox-at-cellular-interface-n2xx

Revision:
14:7fb0bbdc4242
Parent:
11:4be20bab5138
--- a/UbloxATCellularInterfaceN2xx.h	Tue May 15 10:23:16 2018 +0100
+++ b/UbloxATCellularInterfaceN2xx.h	Wed Feb 13 10:48:13 2019 +0500
@@ -259,6 +259,12 @@
      */
     virtual const char *get_gateway();
 
+    /** 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);
+
     /** Call back in case connection is lost.
      *
      * @param cb     The function to call.