demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
14:a6c651a1e51c
Parent:
13:f3db7045e220
Child:
15:5f1fda6b9140
--- a/TCPlistener.h	Wed Apr 18 07:41:38 2018 +0000
+++ b/TCPlistener.h	Wed Apr 18 08:09:56 2018 +0000
@@ -11,6 +11,7 @@
             TCPSocketServer server;
             Endpoint client;
             TCPSocketConnection *connections[10];
+            TCPSocketConnection * newConnection(TCPSocketConnection **connectionArray,int arraySize);
         public:
             void receivePacket(char *contents,int size);
             void listen();