RFmx Demod DotNET

Table of Contents

RFmxDemodMX.GetWarning Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMX.GetWarning Method

RFmxDemodMXGetWarning Method

Retrieves and then clears the warning information for the session.

Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int GetWarning(
	out int warningCode,
	out string warningDescription
)
Public Function GetWarning ( 
	<OutAttribute> ByRef warningCode As Integer,
	<OutAttribute> ByRef warningDescription As String
) As Integer

Parameters

warningCode  Int32
Upon return, contains the warning code for the session.
warningDescription  String
Upon return, contains the warning description for the session.

Return Value

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

Remarks

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

See Also

Log in to get a better experience