uEye ActiveX Manual Version 4.00
Syntax
LONG SetIO (LONG nIO)
Description
SetIO() sets the additional digital outputs (GPIOs) of the uEye. Using SetIOMask(), you can define each GPIO as a digital input or output.
|
|
|
|
Parameters
nIO |
Bit mask for outputs |
0x00 (00) |
Sets both outputs to 0. |
0x01 (01) |
Sets the first output to 1, the second one to 0. |
0x02 (10) |
Sets the first output to 0, the second one to 1. |
0x03 (11) |
Sets both outputs to 1. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions