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.
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.