To anyone who can help,
I am writing a CVI8.0 program that connects to several TCP servers, receiving data from each of them. The servers send data every 10 seconds or so, and I am succesfully receiving the data through the TCP_DATAREADY call-back, and handling it through the appropriate 'handle' that was opened with the server.
However, if a server disconnects for some reason, I have not been able to work out how to use the TCP_DISCONNECT call-back to show which one has disconnected, and therefore take the appropriate action to re-connect just that server.
Please can any give me a clue as how to work out which server has disconnected using the TCP_DISCONNECT call-back?
Many thanks in anticipation of yor help,
Allen Cherry