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:
- 27:ec44d5a9544f
- Parent:
- 26:2b769ed8de4f
- Child:
- 31:529db15abda7
diff -r 2b769ed8de4f -r ec44d5a9544f Cellular/UIP.h --- a/Cellular/UIP.h Thu Jun 26 21:12:37 2014 +0000 +++ b/Cellular/UIP.h Mon Jun 30 17:13:00 2014 +0000 @@ -86,7 +86,7 @@ * @param state if true echo will be turned off, otherwise it will be turned on. * @returns the standard AT Code enumeration. */ - Code echo(bool state); + virtual Code echo(bool state); /** This method can be used to trade socket functionality for performance. * In order to enable a socket connection to be closed by the client side programtically,