NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i use the Common Type error already created in TestStand for a C# dll that has a structure that matches?

I have created the below Structure in a C# dll.  I want to be able to drag and drop the Step.Results.Error container instead of having to drag each item into the structure.  Is this possible in C#.  I have seen it done using CVI.  

 

public struct ErrorOut
     {
          public int Code;
          public string Msg;
          public bool Occurred;
     }

 

 

0 Kudos
Message 1 of 1
(1,602 Views)