5.35_9111_Get_IRQ_Status
@ Description
This function is used to get the status of the two IRQs (INT1 and INT2) in
@ Syntax
C/C++ (DOS)
void _9111_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
C/C++ (Windows 95)
void W_9111_Get_IRQ_Status (U16 cardNo, U16 *ch1, U16 *ch2)
Visual Basic (Windows 95)
W_9111_Get_IRQ_Status (ByVal cardNo As Integer, ch1 As Integer, ch2 As Integer)
@ Argument |
|
|
cardNo: | the card number of | |
ch1: | the IRQ status of INT1, 0: no IRQ, | 1: IRQ |
ch2: | the IRQ status of INT2, 0: no IRQ, | 1: IRQ |
@Return Code None
5.36_9111_AD_FFHF_Polling
@ Description
This function is used to perform powerful AD data transfer by applying
@ Syntax
C/C++ (DOS)
U16 _9111_AD_FFHF_Polling (U16 cardNo, I16 far *ad_data)
C/C++ (Windows 95)
U16 W_9111_AD_FFHF_Polling (U16 cardNo, I16 *ad_data)
Visual Basic (Windows 95)
W_9111_AD_FFHF_Polling (ByVal cardNo As Integer, ad_data As Integer) As Integer
@ Argument
C/C++ Library ∙57