LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Must ConnectToTCPServer() be called from the thread intending to handle the callback?

(CVI 5.5.1 on NT) Since there is no separate callback installer for TCP, it appears that the connection and the callback are objects that belong to a specific thread. True?
0 Kudos
Message 1 of 2
(2,911 Views)
I wrote an app that created 16 TCP servers each in a seperate thread and the RegisterTCPServer call had to be made from inside the thread.

The same will be true of Client connections.
Message 2 of 2
(2,911 Views)