Please enable JavaScript to view this site.

IDS Software Suite - obsolete functions 4.97

Windows_Logo
Linux_Logo

USB 2.0

USB 3.x

GigE

USB 2.0

USB 3.x

GigE

Syntax

INT is_DisableEvent (HIDS hCam, INT which)

Description

hint_info

This function is obsolete and should not be used anymore. We recommend to use the is_Event() function instead.

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

is_EnableEvent()

Windows only: is_InitEvent()

Windows only: is_ExitEvent()

Linux only: is_WaitEvent()