mirror of https://github.com/Nonannet/imagerec.git
4 lines
151 B
C
4 lines
151 B
C
|
int setupCmdTcpServer(int port);
|
||
|
int waitForTcpData(char* cmdData, int lenght);
|
||
|
void sendTcpData(char* data, int lenght);
|
||
|
void closeTcpConnection();
|