QLIB-function: QAPIExtEnableIRQ


With the function QAPIExtEnableIRQ it is possible to activate an IRQ an the card.

void QAPIExtEnableIRQ ( ULONG cardhandle ULONG mode );


Parameter 1
cardhandle
Defines the handle from the opened card

Parameter 2:
mode
Defines the mode of the interrupt

You can use the following values


Wert Funktion
JOB_ENABLE_IRQJOB_ENABLE_IRQ_A The (first) Interrupt channel will be activated
JOB_ENABLE_IRQ_B The sec. Interrupt channel will be activated
JOB_DISABLE_IRQJOB_DISABLE_IRQ_A The (first) Interrupt channel will be deactivated
JOB_DISABLE_IRQ_B The sec. Interrupt channel will be deactivated

Return value
None.

Commands
This function is not supported today and will be available later.

 Back to the QLIB overview