ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgErrorQueryResult Structure

RfsgErrorQueryResult Structure

RfsgErrorQueryResult Structure

Represents the result of an error query.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public struct RfsgErrorQueryResult
Public Structure RfsgErrorQueryResult

The RfsgErrorQueryResult type exposes the following members.

Properties

  NameDescription
Public propertyErrorCode
Gets the error code returned by the driver.
Public propertyErrorMessage
Gets the user readable error string.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of RfsgErrorQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RfsgErrorQueryResult)
Compares two RfsgErrorQueryResult instances for equality.
Public methodGetHashCode
Returns the hash code for the current instance of RfsgErrorQueryResult.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

Remarks

For more information, refer to the NI RF Signal Generators Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?