NI-RFPM API Reference

Table of Contents

RfpmDriverIdentity Class

  • Updated2023-12-28
  • 2 minute(s) read
RfpmDriverIdentity Class

RfpmDriverIdentity Class

Provides information about the instrument and the NI-RFPM driver.

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public propertyIdentifier
Gets a string that contains an identifier for the NI-RFPM .NET API.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

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.

See Also

Log in to get a better experience