Get/Set/Reset DI_MemMapEnable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetDIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetDIMemMapEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetDIMemMapEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetDIMemMapEnable gets the Digital Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.
DAQmxSetDIMemMapEnable sets the Digital Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.
DAQmxResetDIMemMapEnable resets the Digital Input >> General Properties >> Advanced >> Data Transfer and Memory >> Memory Mapping for Programmed IO Enable property.