
28
••
C/C++ Libraries
4.9 _7432_Get_INT_Status / _7433_Get_INT_Status
@ Description
The PCI-7432 or PCI-7433 has dual interrupts system. Two
interrupt sources can be generated and be checked by the
software. This function is used to distinguish which interrupt is
inserted if both INT1 and INT2 interrupts are used.
@ Syntax
PCI-7432
C/C++ ( DOS)
void _7432_Get_IRQ_Status (U16 cardNo, U16
*int1Status, U16 *int2Status)
C/C++ (Windows 95)
void W_7432_Get_IRQ_Status (U16 cardNo, U16
*int1Status, U16 *int2Status)
Visual Basic (Windows 95)
W_7432_Get_IRQ_Status (ByVal cardNo As Integer,
int1Status As Integer, int2Status As Integer)
PCI-7433
C/C++ ( DOS)
void _7433_Get_IRQ_Status (U16 cardNo, U16
*int1Status, U16 *int2Status)
C/C++ (Windows 95)
void W_7433_Get_IRQ_Status (U16 cardNo, U16
*int1Status, U16 *int2Status)
Visual Basic (Windows 95)
W_7433_Get_IRQ_Status (ByVal cardNo As Integer,
int1Status As Integer, int2Status As Integer)
@ Argument
cardNo :
card number to select board
int1Status :
INT1 status; 0: interrupt is not from INT1, 1:
interrupt is from INT1
int2Status :
INT2 status; 0: interrupt is not from INT2, 1:
interrupt is from INT2