User`s guide
C/C++ Library • 69
5.23 _9111_INT_Get_Reg
@ Description
This function is used to get the AD mode setting and interrupt control
setting by reading data from A/D mode and interrupt control read back
register. The returned settings are stored in INTC. Please refer to section
4.7 and section 4.9 for the detailed definition of each bit of the returned
data.
@ Syntax
C/C++ (DOS)
U16 _9111_INT_Get_Reg (U16 cardNo, U16 *INTC)
C/C++ (Windows 95)
U16 W_9111_INT_Get_Reg (U16 cardNo, U16 *INTC)
Visual Basic (Windows 95)
W_9111_INT_Get_Reg (ByVal cardNo As Integer, INTC As Integer)
As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
INTC: The value returned from interrupt control register. Please note that
the returned value is different according to the hardware
version.
Hardware revision A3 or less Hardware revision B2
Bit 1 Bit 0 Bit 2 Bit 1 Bit 0
INTC
ISC1 ISC0 ISC2 ISC1 ISC0
@ Return Code
ERR_NoError