Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetErrorReport |
uEye Camera Manual Version 3.80
is_SetErrorReport
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetErrorReport (HIDS hCam, INT Mode)
Description
Using is_SetErrorReport(), you can enable / disable error event logging. If error reporting is enabled, errors will automatically be displayed in a dialog box. Cancelling the dialog box disables the error report. Even with disabled error reporting, you can still query errors using the is_GetError() function.
|
Input Parameters
hCam |
Camera handle or 0 if no camera has been initialized yet |
Mode |
|
IS_DISABLE_ERR_REP |
Disables error reporting. |
IS_ENABLE_ERR_REP |
Enables error reporting. |
IS_GET_ERR_REP_MODE |
Current status of error reporting. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Related Functions