ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.DeviceEvents Property

NIRfsg.DeviceEvents Property

NIRfsgDeviceEvents Property

Gets the DeviceEvents sub-object used to configure the NI-RFSG events that can be exported.

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

Syntax

public RfsgDeviceEvents DeviceEvents { get; }
Public ReadOnly Property DeviceEvents As RfsgDeviceEvents
	Get

Property Value

Type: RfsgDeviceEvents
Returns an object of type RfsgDeviceEvents.

Exceptions

ExceptionCondition
ObjectDisposedException The DeviceEvents property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?