LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Properties of Network Connection Refnum available?

Hi,

Is there any way do detect computername and port of the remote server on the client side. I don't want to archive these parameters when the connection is established, because in this case i have to do the mapping by myself.

Regards,
Sunny
0 Kudos
Message 1 of 3
(2,697 Views)
If you know the IP address of the remote server, you can use "String to IP.vi" and "IP to String.vi" to get the computer (host) name.

Joe
0 Kudos
Message 2 of 3
(2,697 Views)
Hi Joe,

It could be an idea if there is any way to extract the IP address only by analyzing the Refnum of the Network connection. If this isn't possible i have to handle IP adresses and that's the same as server names, i don't want to take care for any table with these values.

Regards,
Sunny
0 Kudos
Message 3 of 3
(2,697 Views)