Returns the current status of any interrupt operations. This includes both the operation type (OP_TYPE_NONE or OP_TYPE_INT) and the current number of interrupts.
On boards containing a FIFO (-AT boards and
Prometheus), if the FIFO has overflowed,
dscGetStatus() will reset the FIFO allowing interrupt operation to proceed.
If interrupt operation has concluded (i.e., the current number of transfers has reached the maximum specified and one-shot mode has been specified) then
dscGetStatus() will terminate interrupt processing.
BYTE dscGetStatus(DSCB board, DSCS* status)
Name | Description
|
board | The handle of the board to operate on
|
status | Data structure used to store the current operation status
|
Error code or 0.