IFrameNotificationSinkListener.SinkConnected Method

This Event gets fired when the FrameNotificationSink gets connected during ICImagingControl.LiveStart or ICImagingControl.LivePrepare.
Syntax:
[C#]
public virtual void SinkConnected( FrameType frameType ) = 0;
Parameter Description
frameType

Indicates the FrameType the IFrames in IFrameNotificationSinkListener.FrameReceived will have.

Information:

Introduced in version 3.5

See also : IFrameNotificationSinkListener, IFrameNotificationSinkListener.FrameReceived, FrameNotificationSink, FrameType, IFrame

<< IFrameNotificationSinkListener