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:
- 67:7c705fe2acec
- Parent:
- 66:8c55e2bf7270
diff -r 8c55e2bf7270 -r 7c705fe2acec Cellular/UIP.h --- a/Cellular/UIP.h Tue Oct 21 17:26:05 2014 +0000 +++ b/Cellular/UIP.h Tue Oct 21 21:06:53 2014 +0000 @@ -78,7 +78,7 @@ // TCP and UDP Socket related commands // For behavior of the following methods refer to IPStack.h documentation virtual bool open(const std::string& address, unsigned int port, Mode mode); - virtual bool close(bool clearBufffer); + virtual bool close(bool shutdown); virtual int read(char* data, int max, int timeout = -1); virtual int write(const char* data, int length, int timeout = -1); virtual bool ping(const std::string& address = "8.8.8.8");