ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverLock Constructor

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDriverLock Constructor

RfsgDriverLock Constructor

Constructs an NI-RFSG driver lock.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgDriverLock(
	IIviDriverLock iviDriverLock
)
Public Sub New ( 
	iviDriverLock As IIviDriverLock
)

Parameters

iviDriverLock
Type: Ivi.DriverIIviDriverLock
Specifies the base interface for synchronization locks obtained on the driver session.

Exceptions

ExceptionCondition
ObjectDisposedException The RfsgDriverLock method was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience