RfsgDriverOperation.Warning Event
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Occurs when the driver generates a warning.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public event EventHandler<RfsgWarningEventArgs> Warning
Public Event Warning As EventHandler(Of RfsgWarningEventArgs)
Value
EventHandlerRfsgWarningEventArgsExceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Warning event was accessed after the associated NIRfsg object was disposed. |
Remarks
You will receive event notifications on registration as listeners.