NIRfsg Namespace

Table of Contents

RfsgRevisionQueryResult Structure

  • Updated2025-05-22
  • 3 minute(s) read
RfsgRevisionQueryResult Structure

RfsgRevisionQueryResult Structure

Represents the driver revision.

Inheritance Hierarchy

SystemObject
  SystemValueType
    NationalInstruments.ModularInstruments.NIRfsgRfsgRevisionQueryResult

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top

Operators

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

Remarks

See the result of RevisionQuery.

See Also

Log in to get a better experience