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.
Dependents: ThingPlug_WiFi_Example ThingPlug_WiFi_Example_2
Fork of SNICInterface by
Diff: Socket/TCPSocketConnection.h
- Revision:
- 32:ae95309643aa
- Parent:
- 29:6a0ba999597d
- Child:
- 39:a1233ca02edf
--- a/Socket/TCPSocketConnection.h Thu May 29 03:23:21 2014 +0000 +++ b/Socket/TCPSocketConnection.h Fri May 30 08:30:40 2014 +0000 @@ -80,6 +80,7 @@ */ int receive(char *data_p, int length); + void setAcceptSocket( int socket_id ); private: };