DAQmxControlWatchdogTask
- Updated2023-03-16
- 1 minute(s) read
DAQmxControlWatchdogTask
int32 DAQmxControlWatchdogTask (TaskHandle taskHandle, int32 action);
Purpose
Controls the watchdog task according to the action you specify.
Parameters
Input | |||||||||||
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
taskHandle | TaskHandle | The task used in this function. | |||||||||
action | int32 | Specifies how to control the watchdog task.
|
Return Value
Name | Type | Description |
---|---|---|
status | int32 | The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error. |