Get/Set/Reset Watchdog_Timeout

NI-DAQmx C Properties

Get/Set/Reset Watchdog_Timeout

int32 __CFUNC DAQmxGetWatchdogTimeout(TaskHandle taskHandle, float64 *data);

int32 __CFUNC DAQmxSetWatchdogTimeout(TaskHandle taskHandle, float64 data);

int32 __CFUNC DAQmxResetWatchdogTimeout(TaskHandle taskHandle);

Purpose

DAQmxGetWatchdogTimeout gets the Timeout property.

DAQmxSetWatchdogTimeout sets the Timeout property.

DAQmxResetWatchdogTimeout resets the Timeout property.