forked from epics_driver_modules/motorBase
10 lines
410 B
C
Executable File
10 lines
410 B
C
Executable File
|
|
int ConnectToServer (char *Ip_Address, int Ip_Port, double Timeout);
|
|
void SetTCPTimeout(int SocketIndex, double TimeOut);
|
|
void SendAndReceive (int SocketIndex, char *buffer, char *valueRtrn);
|
|
void SendOnly (int SocketIndex, char *buffer, char *valueRtrn);
|
|
void CloseSocket (int SocketIndex);
|
|
void CloseAllSockets (void);
|
|
void ResetAllSockets (void);
|
|
char * GetError (int SocketIndex);
|