Represents the driver revision.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public struct RfsgRevisionQueryResult

Remarks

See the result of RevisionQuery.

Constructors

NameDescription
RfsgRevisionQueryResult(string, string)

Initializes a new instance of RfsgRevisionQueryResult.

Properties

NameDescription
FirmwareRevision

Get a string that contains the firmware revision information for the NI-RFSG device you are currently using.

InstrumentRevision

Gets a string that contains additional version information about NI-RFSG.

Methods

NameDescription
Equals(RfsgRevisionQueryResult)

Compares two RfsgRevisionQueryResult instances for equality.

Equals(object)

Determines whether the current instance of RfsgRevisionQueryResult and the object that you specify are equal.

GetHashCode()

Returns the hash code for the current instance of RfsgRevisionQueryResult.

Operators

NameDescription
operator!=(RfsgRevisionQueryResult, RfsgRevisionQueryResult)

Checks whether the two instances of RfsgRevisionQueryResult are unequal.

operator==(RfsgRevisionQueryResult, RfsgRevisionQueryResult)

Checks whether the two instances of RfsgRevisionQueryResult are equal.