NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task.DigitalChangeDetection Event

Task.DigitalChangeDetection Event

TaskDigitalChangeDetection Event

Occurs when a digital change is detected on any of the digital lines used in the task.

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

Syntax

public event DigitalChangeDetectionEventHandler DigitalChangeDetection
Public Event DigitalChangeDetection As DigitalChangeDetectionEventHandler

Value

Type: NationalInstruments.DAQmxDigitalChangeDetectionEventHandler

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

For more information about events in NI-DAQmx, refer to Events.

See Also

Was this information helpful?