Quantcast
Channel: NI TestStand topics
Viewing all articles
Browse latest Browse all 6524

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

$
0
0

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;
     }

 

 


Viewing all articles
Browse latest Browse all 6524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>