Get/Set/Reset Read_AutoStart

NI-DAQmx C Properties

Get/Set/Reset Read_AutoStart

int32 __CFUNC DAQmxGetReadAutoStart(TaskHandle taskHandle, bool32 *data);

int32 __CFUNC DAQmxSetReadAutoStart(TaskHandle taskHandle, bool32 data);

int32 __CFUNC DAQmxResetReadAutoStart(TaskHandle taskHandle);

Purpose

DAQmxGetReadAutoStart gets the Auto Start property.

DAQmxSetReadAutoStart sets the Auto Start property.

DAQmxResetReadAutoStart resets the Auto Start property.