ADLINK PCM-9112+ User Manual

Page 77

Advertising
background image

C/C++ Library

69

5.24 _9112_AD_INT_Stop

@ Description

This function is used to stop the interrupt data transfer function. After
executing this function, the internal AD trigger is disabled and the AD
timer is stopped. The function returns the amount of data which has
been transferred, no matter whether if the AD interrupt data transfer is
stopped by this function or by the _9112_AD_INT_Stop() itself.

@ Syntax

Visual C++ (Windows-95)

int W_9112_AD_INT_Stop(int card_number, int * count)

Visual Basic (Windows-95)

W_9112_INT_Stop(ByVal card_number As Long, count As Long)

As Long

C/C++ ( DOS)

int _9112_AD_INT_Stop(int card_number, int *count )

@ Argument:

card_number:

the card number of PCI-9112

count: the number of A/D data which has been transferred.

@ Return Code:

ERR_NoError
ERR_BoardNoInit

@ Example:

See Demo Program 'AD_DEMO2.C' , ‘AD_DEMO5.C’

Advertising