|
QLIB-function: QAPIExtSpecial
With this function QAPIExtSpecial it is possible to run card specific functions.
ULONG QAPIExtSpecial (
ULONG cardhandle
ULONG jobcode
ULONG para1
ULONG para2
);
Parameter 1
| cardhandle |
Defines the handle from the opened card |
Parameter 2:
| jobcode |
Defines the action,which should be run on the card |
Parameter 3:
| para1 |
Defines the channel, from which the files should be read |
Parameter 4:
| para2 |
Defines the channel, from which the files should be read |
Return value
If the function was terminated successful, then there will be a jobcode dependent Return value send back
If the function is not successful, then is the Return value always 0
Commands
For Watchdog card could be used the following values for jobcode
jobcode JOB_ENABLE_WATCHDOG JOB_DISABLE_WATCHDOG JOB_RETRIGGER_WATCHDOG
Function para1 para2 Return value The Watchdog will be activated --- --- --- The Watchdog will be deactivated --- --- --- The Watchdog will be retrigged. This must be in cyclic time steps --- --- ---
Back to the QLIB overview
|