NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

SampleClockEventHandler Delegate

  • Updated2023-02-21
  • 1 minute(s) read
SampleClockEventHandler Delegate
Represents the method that handles the SampleClock event.

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

Syntax

public delegate void SampleClockEventHandler(
	Object sender,
	SampleClockEventArgs e
)
Public Delegate Sub SampleClockEventHandler ( 
	sender As Object,
	e As SampleClockEventArgs
)

Parameters

sender
Type: SystemObject
The Task that caused this event.
e
Type: NationalInstruments.DAQmxSampleClockEventArgs
A SampleClockEventArgs that contains the event data.

See Also

Log in to get a better experience