mbed socket API

Dependents:   EthernetInterface EthernetInterface_RSF EthernetInterface EthernetInterface ... more

Deprecated

This is an mbed 2 sockets library. For mbed 5, network sockets have been revised to better support additional network stacks and thread safety here.

Revision:
9:f972715add36
Parent:
8:9cf9c2d45264
Child:
10:d24738f4ef99
--- a/TCPSocketServer.h	Fri Jul 27 15:50:23 2012 +0000
+++ b/TCPSocketServer.h	Fri Jul 27 15:56:20 2012 +0000
@@ -23,7 +23,7 @@
 
 /** TCP Server.
   */
-class TCPSocketServer : Socket {
+class TCPSocketServer : public Socket {
   public:
     /** Instantiate a TCP Server.
     */