RfsgRevisionQueryResult Structure
- Updated2024-05-08
- 3 minute(s) read
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
Name | Description | |
---|---|---|
![]() | RfsgRevisionQueryResult |
Initializes a new instance of RfsgRevisionQueryResult.
|
Properties
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgRevisionQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RfsgRevisionQueryResult) |
Compares two RfsgRevisionQueryResult instances for equality.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgRevisionQueryResult.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of RfsgRevisionQueryResult are equal.
|
![]() ![]() | Inequality |
Checks whether the two instances of RfsgRevisionQueryResult are unequal.
|
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.