Doc. # 1-0002689
Date Updated 07-27-2005 Date Created 07-27-2000
Document Type Knowledge Base Related OS
Related Product 32-bit DLL Drivers
What's means of function "Terminate event" of 32-bit DLL drivers?
Solution:
The ADS_EVT_TERMINATED is not generated by DRV_DeviceClose or DRV_FAIStop. This event is generated while the drivers complete the number of ptEnableEvent.Count event. For example, user set the Non-Cyclic mode with the card which has the on-board FIFO, then this event will be generated while half or full of FIFO buffer. At this moment, user will be informed and user can transfer the FIFO data to PC memory for process.