9113_Get_Irq_Channel; 9113_Get_Irq_Status - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

6.27 _9113_Get_IRQ_Channel

@ Description
This function is used to get the IRQ level of the PCI-9113A card
currently used.
@ Syntax
C/C++ (DOS)
void _9113_Get_IRQ_Channel (U16 cardNo, U16 *irq_no)
C/C++ (Windows 95)
void W_9113_Get_IRQ_Channel (U16 cardNo, U16 *irq_no)
Visual Basic (Windows 95)
W_9113_Get_IRQ_Channel (ByVal cardNo As Integer, irq_no As Integer)
@ Argument
cardNo: The card number of PCI-9113A card initialized.
Irq_no: The IRQ level used to transfer A/D data for this card.
@ Return Code
None

6.28 _9113_Get_IRQ_Status

@ Description
This function is used to get the status of the two IRQs (INT1 and INT2)
in PCI-9113A card.
@ Syntax
C/C++ (DOS)
void _9113_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
C/C++ (Windows 95)
void W_9113_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
Visual Basic (Windows 95)
W_9113_Get_IRQ_Status (ByVal cardNo As Integer, ch1 As Integer, ch2
As Integer)
58
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents