Hi everyone!
I have the following problem:
Assume that you have 2 or more LAN adapter (phisical or virtual) on your
system.
All the adapters have a different subnet mask.
Now, if you run the CVI TCP library server function "RegisterTCPServer" you
can specify only the port number but not what adapter the server will act
on.
The same problem occours if you call the "GetTCPHostAddr" function: it will
return only the IP address of the first adapter and it's not predictable
what adapter is.
I've alredy implemented a UDP set of functions based on the .fp file I found
in the tech. support area.
In my implementation you can enumerate all the LAN adapters, and you can
choose what adapter the UDP message will use.
So far, the only solution I found is to re-implement all the TCP
function..... 😞
Does anyone have a solution????
Thanks in advance....
--
Pedro / HT