Syntax
INT is_SetErrorReport (HIDS hf, INT Mode)
Description
Toggles the error report mode. When the error report mode is active, errors are displayed in a dialog box. When you quit the dialog box with "Cancel", the error reporting is automatically deactivated. If the error report mode is not active, errors may be called up with is_GetError(). The board handle is not analysed, is_SetErrorReport() is working global, not device related.
is_SetErrorReport() can be called up before function is_InitBoard().
Parameters
hf |
Frame grabber handle oder NULL |
Mode |
|
IS_DISABLE_ERR_REP |
Disable error reports |
IS_ENABLE_ERR_REP |
Enable error reports |
Return value
Current setting when called with IS_GET_ERR_REP_MODE, else IS_SUCCESS, IS_NO_SUCCESS