DRV_FAOTerminate
INT32S DRV_FAOTerminate( PTR_T DeviceHandle );
Purpose
On the device indicated by the DeviceHandle, it stop the running
FAO (Fast Analog Output) operation by way of safely resetting the 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.
0 |
Successful. |
|
2. InvalidDriverHandle |
The DriverHandle is NULL. |
| 3.
FunctionNotSupported |
This function is not supported by this
device. |