Get/Set/Reset RealTime_ReportMissedSamp

NI-DAQmx C Properties

Get/Set/Reset RealTime_ReportMissedSamp

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

int32 __CFUNC DAQmxSetRealTimeReportMissedSamp(TaskHandle taskHandle, bool32 data);

int32 __CFUNC DAQmxResetRealTimeReportMissedSamp(TaskHandle taskHandle);

Purpose

DAQmxGetRealTimeReportMissedSamp gets the Report Missed Samples property.

DAQmxSetRealTimeReportMissedSamp sets the Report Missed Samples property.

DAQmxResetRealTimeReportMissedSamp resets the Report Missed Samples property.