INT32S DRV_DICounterReset ( PTR_T DeviceHandle, INT32U counter );
On the device indicated by the DevcieHandle, it resets a specific DI counter.
|
Name |
Direction |
Range |
Description |
|
DeviceHandle |
input |
default |
The pointer retrieved from DRV_DeviceOpen which specifies the target device. |
|
counter |
input |
default |
The user-specified counter to be stopped. |
|
1. 0 |
Successful. |
|
2. InvalidDeviceHandle |
The Devicehandle is NULL. |
|
3. InvalidChannel |
The target channel is out of range. |