NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqSystem.OnDaqWarning Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.OnDaqWarning Method
Objects in the NI-DAQmx API call this method to indicate that a warning condition occurred. To get notification of warnings, attach an event handler to the DaqWarning event.

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

Syntax

protected void OnDaqWarning(
	DaqWarningEventArgs e
)
Protected Sub OnDaqWarning ( 
	e As DaqWarningEventArgs
)

Parameters

e
Type: NationalInstruments.DAQmxDaqWarningEventArgs
The DaqWarningEventArgs that contains event data.

See Also

Log in to get a better experience