RfpmDriverIdentity Class
- Updated2023-12-28
- 2 minute(s) read
RfpmDriverIdentity Class
Provides information about the instrument and the NI-RFPM driver.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmDriverIdentity
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmDriverIdentity
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public sealed class RfpmDriverIdentity : RfpmSubObject, IIviDriverIdentity, IIviComponentIdentity
Public NotInheritable Class RfpmDriverIdentity Inherits RfpmSubObject Implements IIviDriverIdentity, IIviComponentIdentity
The RfpmDriverIdentity type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Identifier |
Gets a string that contains an identifier for the NI-RFPM .NET API.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Use this class to determine information about the instrument, such as the vendor, manufacturer, or revision.
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.