Specifications

60 C/C++ & DLL Libraries
5.23 _7200_DblBufferTransfer
@ Description
Using this function to copy the input data in the circular buffer to the
transfer buffer. It copies half of the circular buffer, either first half or
second half, to the transfer buffer.
@ Syntax
Visual C++ (Windows 95/98)
int W_7200_DblBufferTransfer (U32 *userBuffer)
Visual Basic (Windows 95/98)
W_7200_DblBufferTransfer (userBuffer As Long) As Long
C/C++ (DOS)
int _7200_DblBufferTransfer (U32 *userBuffer)
@ Argument
userBuffer : the start address of the transfer buffer.
W_7200_DblBufferTransfer function copies half of
the circular buffer to userBuffer.
@ Return Code
ERR_NoError
ERR_NotHalfReady