Get/Set/Reset DO_UseOnlyOnBrdMem

NI-DAQmx C Properties

Get/Set/Reset DO_UseOnlyOnBrdMem

int32 __CFUNC DAQmxGetDOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetDOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 data);

int32 __CFUNC DAQmxResetDOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetDOUseOnlyOnBrdMem gets the Digital Output >> General Properties >> Advanced >> Data Transfer and Memory >> Use Only Onboard Memory property.

DAQmxSetDOUseOnlyOnBrdMem sets the Digital Output >> General Properties >> Advanced >> Data Transfer and Memory >> Use Only Onboard Memory property.

DAQmxResetDOUseOnlyOnBrdMem resets the Digital Output >> General Properties >> Advanced >> Data Transfer and Memory >> Use Only Onboard Memory property.