demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
67:0b634db67ca8
Parent:
63:ef4592cf5397
Child:
75:31c15986b85e
--- a/TCPlistener.h	Wed May 09 14:27:15 2018 +0000
+++ b/TCPlistener.h	Wed May 09 15:13:40 2018 +0000
@@ -9,10 +9,8 @@
         private:
             EthernetInterface eth;
             TCPSocketServer server;
-            int arraySize;
         public:
+            TCPlistener();
             bool receiveSegment(char *contents,int size);
-            void listen();
-            TCPlistener();
     };
 #endif
\ No newline at end of file