LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

tcp/ip

i am writing a application using tcp/ip in client i have many functions in each function i am writing to server and reading from it but the problem is we can have only one callback function in client from which we can read response from server so i want to know how to implent this application without callback i need it urgently..
0 Kudos
Message 1 of 2
(3,218 Views)
Hi Manojba,

There are several ways in which you could implement your application but it depends on how you want your application to behave. For instance, you could multi thread where specific threads periodically connect to the server. Why are you constrained to have only one call back function? Some more information about your application is needed before I can really give you helpful information.


Adam

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,180 Views)