User`s guide
C/C++ Library • 65
5.19 _9111_AD_Get_Status
@ Description
This function is used to get AD FIFO status from the gain control register.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Get_Status (U16 cardNo, U16 *ADStatus)
C/C++ (Windows 95)
U16 W_9111_AD_Get_Status (U16 cardNo, U16 *ADStatus)
Visual Basic (Windows 95)
W_9111_AD_Get_Status (ByVal cardNo As Integer, ADStatus As
Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized
ADStatus: The status of AD FIFO. The AD FIFO status could be one of
the following:
ADSTS_FF_EF: FIFO is empty
ADSTS_FF_HF: FIFO is half-full
ADSTS_FF_FF: FIFO is full, A/D data may have been loss
ADSTS_BUSY: AD is busy, A/D data is written into FIFO.
@ Return Code
ERR_NoError