Functions to set notifications that are triggered when the oscilloscope streaming measurement caused an data overflow. 
This occurs when during a streaming measurement new measurement data is available while previous measured data is not collected yet. 
Set a callback function which is called when the oscilloscope streaming measurement caused an data overflow. 
- Deprecated:
- Will be removed in future version, see: ObjSetEventCallback() 
- Parameters
- 
  
    | [in] | hDevice | A device handle identifying the oscilloscope. |  | [in] | pCallback | A pointer to the callback function. Use NULLto disable. |  | [in] | pData | Optional user data. |  
 
- Status values
- 
- See also
- ScpIsDataOverflow 
- Since
- 0.4.0 
 
 
Set an event file descriptor which is set when the oscilloscope streaming measurement caused an data overflow. 
- Deprecated:
- Will be removed in future version, see: ObjSetEventEvent() 
- Parameters
- 
  
    | [in] | hDevice | A device handle identifying the oscilloscope. |  | [in] | fdEvent | An event file descriptor. Use <0to disable. |  
 
- Note
- This function is only available on GNU/Linux. 
- Status values
- 
- See also
- ScpIsDataOverflow 
- Since
- 0.4.0 
 
 
Set an event object handle which is set when the oscilloscope streaming measurement caused an data overflow. 
- Deprecated:
- Will be removed in future version, see: ObjSetEventEvent() 
- Parameters
- 
  
    | [in] | hDevice | A device handle identifying the oscilloscope. |  | [in] | hEvent | A handle to the event object. Use NULLto disable. |  
 
- Note
- This function is only available on Windows. 
- Status values
- 
- See also
- ScpIsDataOverflow 
- Since
- 0.4.0 
 
 
      
        
          | void ScpSetMessageDataOverflow | ( | LibTiePieHandle_t | hDevice, | 
        
          |  |  | HWND | hWnd, | 
        
          |  |  | WPARAM | wParam, | 
        
          |  |  | LPARAM | lParam | 
        
          |  | ) |  |  | 
      
 
Set a window handle to which a WM_LIBTIEPIE_SCP_DATAOVERFLOW message is sent when the oscilloscope streaming measurement caused an data overflow. 
- Deprecated:
- Will be removed in future version, see: ObjSetEventWindowHandle() 
- Parameters
- 
  
    | [in] | hDevice | A device handle identifying the oscilloscope. |  | [in] | hWnd | A handle to the window whose window procedure is to receive the message. Use NULLto disable. |  | [in] | wParam | Optional user value for the wParamparameter of the message. |  | [in] | lParam | Optional user value for the lParamparameter of the message. |  
 
- Note
- This function is only available on Windows. 
- Status values
- 
- See also
- ScpIsDataOverflow 
- Since
- 0.4.0