First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
13:a6c651a1e51c
Parent:
12:f3db7045e220
Child:
14: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();