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.cpp
- Revision:
- 3:acf2ea413e72
- Parent:
- 1:7298a7950f65
--- a/Socket/Socket.cpp Tue Feb 25 06:00:32 2014 +0000
+++ b/Socket/Socket.cpp Wed Feb 26 09:12:46 2014 +0000
@@ -29,6 +29,11 @@
}
}
+void Socket::set_blocking(bool blocking, unsigned int timeout)
+{
+ //nothing to do for GPRS
+}
+
int Socket::close() {
return (gprs->close(_sock_fd)) ? 0 : -1;
}