User`s guide

68 C/C++ Library
5.22 _9111_INT_Set_Reg
@ Description
This function is used to select the interrupt sources by writing data to
interrupt control register. Refer to section 3.10 for details of how to setup
the interrupt control register.
@ Syntax
C/C++ (DOS)
U16 _9111_INT_Set_Reg (U16 cardNo, U16 INTC)
C/C++ (Windows 95)
U16 W_9111_INT_Set_Reg (U16 cardNo, U16 INTC)
Visual Basic (Windows 95)
W_9111_INT_Set_Reg (ByVal cardNo As Integer, ByVal INTC As
Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized
INTC: The value written to the interrupt control register, refer to
section 3.10 for ISC0, ISC1 and ISC2 s ettings. Note that the
ISC2 control bit is only supported with hardware revision B2.
@ Return Code
ERR_NoError
ERR_BoardNoInit