Gets the error description that specifies the origin/reason of the error or warning.

Syntax

Namespace: NationalInstruments.RFmx.DemodMX

public int GetErrorString(int errorCode, out string errorDescription)

Remarks

This method maps to the RFmxDemod_GetErrorString() function in C.

Parameters

NameTypeDescription
errorCodeint

Specifies the error or warning code.

errorDescriptionout string

Upon return, contains the error description.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.