NI-DAQmx .NET Framework 4.5 API Reference

DaqWarningEventHandler Delegate

  • 更新时间2023-02-21
  • 阅读时长1分钟
DaqWarningEventHandler Delegate
Represents the method that handles the DaqWarning event.

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

Syntax

public delegate void DaqWarningEventHandler(
	Object sender,
	DaqWarningEventArgs e
)
Public Delegate Sub DaqWarningEventHandler ( 
	sender As Object,
	e As DaqWarningEventArgs
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: NationalInstruments.DAQmxDaqWarningEventArgs
A DaqWarningEventArgs object that contains the event data.

See Also