Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_DisableEvent |
uEye Camera Manual Version 3.80
is_DisableEvent
USB 2.0 GigE |
USB 2.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_InitEvent(). |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions