xPCI-1500 API
|
Functions | |
_INT_ | i_APCI1500_SetOutputMemoryOn (BYTE_ b_BoardHandle) |
_INT_ | i_APCI1500_SetOutputMemoryOff (BYTE_ b_BoardHandle) |
_INT_ i_APCI1500_SetOutputMemoryOn | ( | BYTE_ | b_BoardHandle | ) |
Activate the digital output memory of the board APCI-1500 When using the digital output memory, when setting the value of one digital output, the value of the other digital output is kept.
[in] | b_BoardHandle | Handle of the board |
0 | : No Error |
-1 | : The handle parameter of the board is wrong |
-101 | : Error while calling IOCTL function (wrong handle ?) |
_INT_ i_APCI1500_SetOutputMemoryOff | ( | BYTE_ | b_BoardHandle | ) |
Deactivate the digital output memory of the board APCI-1500
[in] | b_BoardHandle | Handle of the board |
0 | : No Error |
-1 | : The handle parameter of the board is wrong |
-101 | : Error while calling IOCTL function (wrong handle ?) |