User`s guide

64 C/C++ Library
5.44 _9111_AD_INT_Stop
@ Description
This function is used to stop both the interrupt data transfer functions.
After executing this function, the internal AD trigger is disabled and the
AD timer is stopped. This function returns the number/block of data has
been transferred, no matter whether the AD interrupt data transfer is
stopped by this function.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_INT_Stop (U16 cardNo, U16 *count)
C/C++ (Windows 95)
U16 W_9111_AD_INT_Stop (U16 cardNo, U16 *count)
Visual Basic (Windows 95)
W_9111_AD_INT_Stop (ByVal cardNo As Integer, count As Integer)
As Integer
@ Argument:
CardNo: the card number of PCI-9111 card initialized.
count: the number/block of A/D data which has been
transferred.
@ Return Code
ERR_AD_INTNotSet
ERR_NoError