xPCI-3120 API
|
Functions | |
_INT_ | i_APCI3120_SetOutputMemoryOn (BYTE_ b_BoardHandle) |
_INT_ | i_APCI3120_SetOutputMemoryOff (BYTE_ b_BoardHandle) |
_INT_ i_APCI3120_SetOutputMemoryOn | ( | BYTE_ | b_BoardHandle | ) |
Enable the digital output memory 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 |
_INT_ i_APCI3120_SetOutputMemoryOff | ( | BYTE_ | b_BoardHandle | ) |
Disable the digital output memory
[in] | b_BoardHandle | Handle of the board |
0 | : No Error |
-1 | : The handle parameter of the board is wrong |