xPCI-1032 API
|
Functions | |
_INT_ | i_PCI1032_InitDigitalInputModuleFilter (HANDLE h_DeviceHandle, DWORD dw_DelayValue) |
_INT_ | i_PCI1032_EnableDisableDigitalInputModuleFilter (HANDLE h_DeviceHandle, BYTE b_FilterFlag) |
_INT_ i_PCI1032_InitDigitalInputModuleFilter | ( | HANDLE | h_DeviceHandle, |
DWORD | dw_DelayValue | ||
) |
Init the digital input module filter of the board xPCI-1032. This functionality is not available for all boards. If this function returns -3, it means that the board is not compatible
[in] | h_DeviceHandle | Handle of the board |
[in] | dw_DelayValue | Filter Delay value, between 0 -> 630 ms with 10ms step |
0 | : No Error |
-1 | : Wrong device handle |
-2 | : Error while calling IOCTL function (wrong handle ?) |
-3 | : Functionality not available |
-4 | : Delay value error -> must be multiple of 10 and between 0 -> 630 |
_INT_ i_PCI1032_EnableDisableDigitalInputModuleFilter | ( | HANDLE | h_DeviceHandle, |
BYTE | b_FilterFlag | ||
) |
Enable or disable the digital input module filter of the board xPCI-1032 This functionality is not available for all boards. If this function returns -3, it means that the board is not compatible.
[in] | h_DeviceHandle | Handle of the board |
[in] | b_FilterFlag | Status of the digital input module filter
|
0 | : No Error |
-1 | : Wrong device handle |
-2 | : Error while calling IOCTL function (wrong handle ?) |
-3 | : Functionality not available |
-4 | : FilterFlag parameter is wrong, must be 0 or 1 |