nova proba

TcpClients.h

Committer:
Bosko Lekovic
Date:
2021-01-18
Revision:
28:49bafc8bb056
Parent:
27:0772451fb880

File content as of revision 28:49bafc8bb056:

#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