GetError(out int, out string)
- Updated2025-04-08
- 1 minute(s) read
Gets the latest error code and description.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int GetError(out int errorCode, out string errorDescription)
Parameters
Name | Type | Description |
---|---|---|
errorCode | out int | Upon return, contains the latest error code. |
errorDescription | out string | Upon return, contains the latest error description. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.