DRV_FDOStop

INT32S DRV_FDOStop(
   PTR_T DeviceHandle);

Purpose

On the device indicated by the DeviceHandle, it stops the running FDO (Fast Digital Output).

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. 0 Successful.
   2. InvalidDeviceHandle The DeviceHandle is NULL.
   3. Other value Please reference ErrorCodes.