5.11 Timer Stop

@ Description

This function is used to stop the timer0 of the on-board timer 8254 .

@ Syntax

C/C++ (DOS)

void _DIO48H_Timer_Stop(U16 cardNo, U16 *counterValue);

void _DIO96H_Timer_Stop(U16 cardNo, U16 *counterValue);

C/C++ (Windows 95)

void W_DIO48H_Timer_Stop(U16 cardNo, U16 *counterValue);

void W_DIO96H_Timer_Stop(U16 cardNo, U16 *counterValue);

Visual Basic (Windows 95)

W_DIO48H_Timer_Stop (ByVal cardNo As Integer, counterValue As Integer);

W_DIO96H_Timer_Stop (ByVal cardNo As Integer, counterValue As Integer);

@ Argument

cardNo: card number to select board

counterValue: the value of current count when the counter is stopped

42 C/C++ Libraries