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.
Fork of MTS-Cellular by
Diff: Cellular/UIP.h
- Revision:
- 26:2b769ed8de4f
- Parent:
- 11:4e428f689069
- Child:
- 27:ec44d5a9544f
--- a/Cellular/UIP.h Mon Jun 23 14:33:01 2014 +0000 +++ b/Cellular/UIP.h Thu Jun 26 21:12:37 2014 +0000 @@ -75,6 +75,9 @@ virtual bool ping(const std::string& address = "8.8.8.8"); virtual std::string getDeviceIP(); virtual bool setDeviceIP(std::string address = "DHCP"); + + /** A method for setting the APN */ + virtual Code setApn(const std::string& apn); /** A method for configuring command ehco capability on the radio. This command * sets whether sent characters are echoed back from the radio, in which case you