NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents

Get/Set/Reset Logging_Pause

Get/Set/Reset Logging_Pause

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

int32 __CFUNC DAQmxSetLoggingPause(TaskHandle taskHandle, bool32 data);

int32 __CFUNC DAQmxResetLoggingPause(TaskHandle taskHandle);


Purpose

DAQmxGetLoggingPause gets the Logging >> Pause property.

DAQmxSetLoggingPause sets the Logging >> Pause property.

DAQmxResetLoggingPause resets the Logging >> Pause property.

In This Section
Was this information helpful?