NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.LastDaqWarning Property

DaqSystem.LastDaqWarning Property

DaqSystemLastDaqWarning Property

Gets the DaqWarningEventArgs for the last DaqWarning event that occurred.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public DaqWarningEventArgs LastDaqWarning { get; }
Public ReadOnly Property LastDaqWarning As DaqWarningEventArgs
	Get

Property Value

Type: DaqWarningEventArgs
The DaqWarningEventArgs for the DaqWarning event.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property returns information only about warnings that occur in the thread from which the property is accessed. This behavior distinguishes warnings that are caused by actions in one thread from warnings that are caused by independent actions that occur at the same time in another thread.

See Also

Was this information helpful?