RfsgRevisionQueryResult Data Structure
- Updated2025-10-14
- 1 minute(s) read
Represents the driver revision.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public struct RfsgRevisionQueryResult
Remarks
See the result of RevisionQuery.
Constructors
| Name | Description |
|---|---|
| RfsgRevisionQueryResult(string, string) | 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(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
| Name | Description |
|---|---|
| operator!=(RfsgRevisionQueryResult, RfsgRevisionQueryResult) | Checks whether the two instances of RfsgRevisionQueryResult are unequal. |
| operator==(RfsgRevisionQueryResult, RfsgRevisionQueryResult) | Checks whether the two instances of RfsgRevisionQueryResult are equal. |