demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
21:fe6a58e84929
Parent:
16:ffd311730575
Child:
35:efdbfccf2678
Child:
63:ef4592cf5397
diff -r 4997b02d6a88 -r fe6a58e84929 TCPlistener.h
--- a/TCPlistener.h	Wed Apr 18 13:58:46 2018 +0000
+++ b/TCPlistener.h	Wed Apr 18 14:34:31 2018 +0000
@@ -9,9 +9,9 @@
         private:
             EthernetInterface eth;
             TCPSocketServer server;
-            TCPSocketConnection* connections[10];
+            //TCPSocketConnection* connections[10];
             int arraySize;
-            TCPSocketConnection* newConnection();
+            //TCPSocketConnection* newConnection();
         public:
             bool receiveSegment(char *contents,int size);
             void listen();