C/C++ Libraries
•
35
5.6.5 Interrupt Disable
@ Description
This function is only available in Windows 95 driver. This function is used
to disable the interrupt signal generation. Please refer to the sample
program 7230int.c.
@ Syntax
C/C++ (Windows 95)
U16 W_7230_INT_Disable (U16 cardNo)
U16 W_7233_INT_Disable (U16 cardNo)
Visual Basic (Windows 95)
W_7230_INT_Disable (ByVal cardNo As Integer) As Integer
W_7233_INT_Disable (ByVal cardNo As Integer) As Integer
@ Arguments
cardNo :
card number to select board.
@ Return Code:
ERR_NoError
ERR_BoardNoInit