Click or drag to resize

DataLoggerOnDataReceived Event

http://www.emgu.com
The event that will be raised when the unmanaged code send over data

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public event EventHandler<EventArgs<IntPtr>> OnDataReceived

Value

Type: SystemEventHandlerEventArgsIntPtr
See Also