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/Cellular.h
- Revision:
- 26:2b769ed8de4f
- Parent:
- 19:f6261f1c3dd4
- Child:
- 27:ec44d5a9544f
diff -r 32d29cdfc1fa -r 2b769ed8de4f Cellular/Cellular.h --- a/Cellular/Cellular.h Mon Jun 23 14:33:01 2014 +0000 +++ b/Cellular/Cellular.h Thu Jun 26 21:12:37 2014 +0000 @@ -197,8 +197,8 @@ */ virtual bool init(MTSBufferedIO* io); - /** - * + /** Sets up the physical connection pins + * (DTR,DCD, and RESET obviously) */ bool configureSignals(unsigned int DCD = NC, unsigned int DTR = NC, unsigned int RESET = NC); @@ -234,7 +234,7 @@ * @param the APN as a string. * @returns the standard AT Code enumeration. */ - virtual Code setApn(const std::string& apn); + virtual Code setApn(const std::string& apn)=0; /** This method is used to set the DNS which enables the use of URLs instead * of IP addresses when making a socket connection.