LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP Properties

Is there a way I can find out the 'net address', 'port' and 'multicast address' used to open a UDP port?

 

And in general, given a UDP port reference, any other properties associated with it?

 

Thanks

0 Kudos
Message 1 of 3
(2,135 Views)

Hi skol,

 

when your own VI opens the port why do you need to look after the "properties" used for?

 

Idea: Why not store all needed information in a cluster together with the given UDP reference?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,128 Views)

I could do that, but I was thinking it would be more complete to be able to ask the UDP connection itself. Holding information is not the same as getting information "from the horses mouth" as and when needed. In a dynamic environment, the ability to ask the UDP refnum what its parameters are would be more direct.

 

I am just asking to eliminate some unnecessary wiring from a cluttered VI.

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