Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetIO |
uEye Camera Manual Version 3.80
is_SetIO
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetIO (HIDS hCam, INT nIO)
Description
is_SetIO() sets the additional digital outputs (GPIOs) of the uEye or returns their current states. Using is_SetIOMask(), you can define each GPIO as a digital input or output.
|
|
|
Input Parameters
hCam |
Camera handle |
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. |
IS_GET_IO |
Reads the states of the GPIOs. If a GPIO is configured as input this reads the signal applied to the GPIO. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting |
Related Functions