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 ESP8266Interface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 43:2e326d95fe2c
- Parent:
- 42:3f62103a4f3c
- Child:
- 45:c180905b5b79
diff -r 3f62103a4f3c -r 2e326d95fe2c Socket/TCPSocketConnection.cpp --- a/Socket/TCPSocketConnection.cpp Thu May 07 03:51:02 2015 +0000 +++ b/Socket/TCPSocketConnection.cpp Thu May 07 04:00:27 2015 +0000 @@ -217,6 +217,7 @@ // -1 if unsuccessful, else number of bytes received int TCPSocketConnection::receive_all(char* data, int length) { + ERR("receive_all() not yet implimented"); // if ((_sock_fd < 0) || !_is_connected) // return -1; //