DRV_FAITerminate

INT32S DRV_FAITerminate ( PTR_T DeviceHandle );

Purpose

On the device indicated by the DeviceHandle, it stops the running FAI (Fast Analog Input) operation by safely resetting hardware, releasing resources and sending a terminate event to the user.

Parameters

Name Direction Range Description

DeviceHandle

input

default

The pointer retrieved from the DRV_DeviceOpen which specifies the target device.

Return

   1. SUCCESS Successful.
   2. InvalidDriverHandle The DriverHandle is NULL.