INT32S DRV_FAITerminate ( PTR_T DeviceHandle );
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.
| Name | Direction | Range | Description |
|
DeviceHandle |
input |
default |
The pointer retrieved from the DRV_DeviceOpen which specifies the target device. |
| 1. SUCCESS | Successful. |
| 2. InvalidDriverHandle | The DriverHandle is NULL. |