06-23-2021 04:40 AM
Hi there,
I'm using the NI PXIe-5646R VST, and I want to query the error by C#.
In LabVIEW or C, there is a
"ViStatus niRFSA_GetError(ViSession vi, ViStatus *errorCode, ViInt32 errorDescriptionBufferSize, ViChar errorDescription[])" API that can return the error code and message.
But I cannot found a corresponding API in .NET API.
So, how can I query errors by .NET API?
06-23-2021 04:42 AM
I have found the "QureyErrorResult" structure, but cannot found the API to return the result.