ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgRevisionQueryResult StructureCurrent page
Table of Contents

RfsgRevisionQueryResult Structure

RfsgRevisionQueryResult Structure

RfsgRevisionQueryResult Structure

Represents the driver revision.

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

Syntax

public struct RfsgRevisionQueryResult
Public Structure RfsgRevisionQueryResult

The RfsgRevisionQueryResult type exposes the following members.

Constructors

  NameDescription
Public methodRfsgRevisionQueryResult
Initializes a new instance of RfsgRevisionQueryResult.
Top

Properties

  NameDescription
Public propertyFirmwareRevision
Get a string that contains the firmware revision information for the NI-RFSG device you are currently using.
Public propertyInstrumentRevision
Gets a string that contains additional version information about NI-RFSG.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of RfsgRevisionQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RfsgRevisionQueryResult)
Compares two RfsgRevisionQueryResult instances for equality.
Public methodGetHashCode
Returns the hash code for the current instance of RfsgRevisionQueryResult.
(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

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of RfsgRevisionQueryResult are equal.
Public operatorStatic memberInequality
Checks whether the two instances of RfsgRevisionQueryResult are unequal.
Top

Remarks

See the result of RevisionQuery.

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?