NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
87:94e2cf3a06be
Parent:
82:97d166c4a193
Child:
89:b1d417383c0d
--- a/TCPServer.cpp	Tue Apr 05 23:39:54 2016 +0000
+++ b/TCPServer.cpp	Tue Apr 05 23:47:04 2016 +0000
@@ -18,7 +18,7 @@
 #include "Timer.h"
 
 TCPServer::TCPServer(NetworkInterface *iface)
-    : Socket(iface, NetworkInterface::TCP)
+    : Socket(iface, NSAPI_TCP)
 {
 }