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:
- 19:f6261f1c3dd4
- Parent:
- 11:4e428f689069
- Child:
- 26:2b769ed8de4f
--- a/Cellular/Cellular.h Mon Jun 16 13:50:28 2014 +0000 +++ b/Cellular/Cellular.h Tue Jun 17 21:40:53 2014 +0000 @@ -332,7 +332,7 @@ Radio type; //The type of radio being used - Mode mode; //The current socket Mode. + Mode socketMode; //The current socket Mode. bool socketOpened; //Specifies if a Socket is presently opened. bool socketCloseable; //Specifies is a Socket can be closed. unsigned int local_port; //Holds the local port for socket connections.