NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Enum output from a dll

I have to write a sequence file that interfaces with a .NET dll. That dll can have methods that return enumeration. I know we can input enumerations to a dll call but I am not sure if we can get enum output from the dll method call.
0 Kudos
Message 1 of 3
(3,043 Views)
Hi,

You can have your .dll return an enum type and TestStand will input it has an integer.  The integer value returned will correspond to the enum value that was in the .dll.  Let me know if you have any questions.
0 Kudos
Message 2 of 3
(3,021 Views)
Thanks.
0 Kudos
Message 3 of 3
(3,001 Views)