10-21-2020 07:53 AM
Hi everyone !
I am using Teststand 2013 and I am successfully calling functions from the "FlashMagicPS" .NET DLL/API
(like Connect, ReadSignature, Program2, Verify and Disconnect)..
This all works fine (most if the time)
Now I wish to evaluate the return value for better security.
I get a pointer to a structure, which also includes the desired "status int"
Q: How to open the structure (in the .NET DLL) and how to access and evaluate the value ?
Thanks
10-23-2020 01:33 PM
I don't know this library, maybe you could share more details about it? Do you know the exact structure of return values?
10-26-2020 03:19 AM
Hi.
I have a lot of calls like this:
Each call returns -a pointer- to a structure in the dll:
I wish to evaluate the "result" for positive (=good) or negative (=bad) numbers.
Thanks for any idea ...
10-26-2020 04:59 AM
Did you see and try these:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019WUeSAM&l=pl-PL
Maybe it will help?