LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.net ping

Hi,

 I'm new to labview. I'm uisng a .net ping fuction that I found on the forum and I'd like to know if the program is using the following MS function. Please see attached 

 

http://msdn.microsoft.com/en-us/library/he5sca5t(v=vs.90).aspx

 

Thanks,

 

0 Kudos
Message 1 of 3
(2,559 Views)
No, it's not using that VisualBasic function. It's using this .NET class:
http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping(v=vs.110).aspx
Most likely the underlying calls are identical at some point, though.
Message 2 of 3
(2,546 Views)

Thank you.

 

0 Kudos
Message 3 of 3
(2,495 Views)