C/C++ Libraries
•
47
@ Argument
cardNo: card number which the DIO will be reset.
c1: If the interrupt source is set as internal
timer source, this value is the frequency
divider of Timer#1.
c2: If the interrupt source is set as internal
timer source, this value is the frequency
divider of Timer#2.
ctrlValue: the value for INT mode setting. The
value can be set for INT1 is INT1_OFF,
INT1_P1C0, INT1_P1C3C0, or INT1_EVENT_IRQ.
The value can be set for INT2 is INT2_OFF,
INT2_P2C0, INT2_P2C3C0, or INT2_TIMER_IRQ.
Please refer to section 3.3.4 for detailed
description.
hIntEvent: the handle of the event for interrupt
signals.
@ Return Code
ERR_NoError
5.17 Interrupt Stop under Windows
@ Description
This function is only available in the Windows 95/98 driver. It is
used to disable the interrupt signal generation.
@ Syntax
C/C++ (Windows 95)
void W_DIO48H_INT_Stop (U16 cardNo)
void W_DIO96H_INT_Stop (U16 cardNo)
Visual Basic (Windows 95)
W_DIO48H_INT_Stop (ByVal cardNo As Integer)
W_DIO96H_INT_Stop (ByVal cardNo As Integer)
@ Argument
cardNo: card number which the DIO will be reset.
@ Return Code
ERR_NoError