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 GPRSInterface by
Diff: Socket/Socket.h
- Revision:
- 3:acf2ea413e72
- Parent:
- 1:7298a7950f65
diff -r 8cb3c0d45988 -r acf2ea413e72 Socket/Socket.h --- a/Socket/Socket.h Tue Feb 25 06:00:32 2014 +0000 +++ b/Socket/Socket.h Wed Feb 26 09:12:46 2014 +0000 @@ -31,6 +31,8 @@ /** Socket */ Socket(); + + void set_blocking(bool blocking, unsigned int timeout=1); /** Close the socket file descriptor */