01-29-2020 10:59 AM
How do I pass a TCP socket as an input parameter to a VI?
I have a class with a method that does some operations on a TCP socket. However, I can't figure out how to pass a TCP socket to it.
01-29-2020 11:09 AM
Is this a LabVIEW class or are you trying to pass it to a DLL? If it is being passed to native LabVIEW code, simply use TCP reference.
01-29-2020 01:16 PM
Hi Mark, it is not a DLL. It is a LabVIEW NXG class I made.
Normally to pass parameters to a method you draw some control and check "On Connector Pane." However, I don't know what type of control to use to represent a TCP connection.