NI-DAQmx .NET Framework 4.5 API Reference

EveryNSamplesReadEventHandler Delegate

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

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

Syntax

public delegate void EveryNSamplesReadEventHandler(
	Object sender,
	EveryNSamplesReadEventArgs e
)
Public Delegate Sub EveryNSamplesReadEventHandler ( 
	sender As Object,
	e As EveryNSamplesReadEventArgs
)

Parameters

sender
Type: SystemObject
The Task that caused this event.
e
Type: NationalInstruments.DAQmxEveryNSamplesReadEventArgs
An EveryNSamplesReadEventArgs that contains the event data.

See Also