C/C++ Libraries
•
33
5.6.2 _723X_Get_IRQ_Status
@ Description
The PCI-7230/PCI-7233 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
C/C++ (DOS)
void _7230_Get_IRQ_Status (U16 cardNo, U16 *int1Status,
U16 *int2Status)
void _7233_Get_IRQ_Status (U16 cardNo, U16 *int1Status,
U16 *int2Status)
C/C++ (Windows 95)
void W_7230_Get_IRQ_Status (U16 cardNo, U16 *int1Status,
U16
*int2Status)
void W_7233_Get_IRQ_Status (U16 cardNo, U16 *int1Status,
U16 *int2Status)
Visual Basic (Windows 95)
W_7230_Get_IRQ_Status (ByVal cardNo As Integer, int1Status
As Integer, int2Status As Integer)
W_7233_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.
@ Return Code:
None