DAQmxIsReadOrWriteLate
bool32 DAQmxIsReadOrWriteLate (int32 errorCode);
Purpose
|
Note This function is obsolete and now always returns zero. The information below no longer applies but is provided for reference. |
Returns TRUE if a DAQmx Read function or DAQmx Write function did not execute
in real time.
Parameters
Input
|
Name |
Type |
Description |
errorCode
|
int32 |
An error code or warning returned by one of the NI-DAQmx Library Read or Write functions. |
Return Value
Name |
Type |
Description |
isLate
|
int32 |
A value of 0 indicates the read or write function executed in real time. A value of 1 indicates the function did not execute in real time. |