Get/Set/Reset Read_AutoStart
- Updated2023-03-16
- 1 minute(s) read
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.