User`s guide

54 C/C++ Library
C/C++ (DOS)
U16 _9111_Counter_Read (U16 cardNo, U16 *c0)
C/C++ (Windows 95)
U16 W_9111_Counter_Read (U16 cardNo, U16 *c0)
Visual Basic (Windows 95)
W_9111_Counter_Read (ByVal cardNo As Integer, c0 As Integer)
As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
c0: count value of counter#0
@ Return Code
ERR_NoError
5.31 _9111_Counter_Stop
@ Description
This function is used to stop the timer operation. The timer is set as the
“One-shot” mode with count value ‘0’. That is, the clock output signal will
be set to high after executing this function.
@ Syntax
C/C++ (DOS)
U16 _9111_Counter_Stop (U16 cardNo, U16 *c0)
C/C++ (Windows 95)
U16 W_9111_Counter_Stop (U16 cardNo, U16 *c0)
Visual Basic (Windows 95)
U16 W_9111_Counter_Stop (ByVal cardNo As Integer, c0 As Integer)
As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized.
c0: the current count value of the Counter#0
@ Return Code
ERR_NoError