nova proba

Revision:
27:0772451fb880
diff -r c14d034d7459 -r 0772451fb880 TcpClients.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TcpClients.h	Sun Jan 17 23:03:43 2021 +0100
@@ -0,0 +1,21 @@
+#ifndef TCPCLIENTS_H
+#define TCPCLIENTS_H
+
+#define NO_TCP  4
+
+
+
+void sendToTcp( char *buffer, int val );
+
+void init_tcp_param( void );
+int get_rxStatus( int i );
+int get_rxValidy( int i );
+
+
+void start_TcpClients( void );
+// void restart_TcpClientConnection( int noClient, int restartType );
+// void restart_TcpClientsConnection( int restartType );
+// void restart_TcpClients( void );
+
+
+#endif