DRV_FDIStop

INT32S DRV_FDIStop(
   PTR_T DeviceHandle);

Purpose

On the device indicated by the DeviceHandle, it stops the running FDI (Fast Digital Input).

This function is used in PCI-1755.

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 DeviceHandle is NULL.
   3. Other value Please reference ErrorCodes