| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_DisableEvent |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 GigE |
Syntax
INT is_DisableEvent (HIDS hCam, INT which)
Description
Using is_DisableEvent(), you disable the event indicated here. The event (e.g. image capture completed) will usually still occur, but will no longer trigger an event signal. Disabled events are no longer signaled to the application. You can re-enable the desired event using is_EnableEvent(). See also is_InitEvent().
Input parameters
hCam |
Camera handle |
which |
ID of the event to be disabled. See also is_EnableEvent(). |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions
•Windows only: is_InitEvent()
•Windows only: is_ExitEvent()
•Linux only: is_WaitEvent()