DscGetStatus

Universal Driver Documentation
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.

Function Definition

BYTE dscGetStatus(DSCB board, DSCS* status)

Function Parameters

NameDescription
boardThe handle of the board to operate on
statusData structure used to store the current operation status

Return Value

Error code or 0.


This page was last modified 11:34, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.