SNICInterface for ThingPlug Example
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
diff -r 15c22824cc46 -r ae95309643aa Socket/TCPSocketConnection.h --- 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: };