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:
2:b227d242f3c7
Parent:
1:8080965f5d76
Child:
3:e6474399e057
--- a/UDPSocket.h	Tue Jun 26 15:32:12 2012 +0000
+++ b/UDPSocket.h	Mon Jul 23 11:52:50 2012 +0000
@@ -19,6 +19,7 @@
 #ifndef UDPSOCKET_H
 #define UDPSOCKET_H
 
+#include "Socket/socket.h"
 #include <cstdint>
 
 /**