Class QueueSinkConnectedEventArgs

Provides data for the SinkConnected event.

Inheritance
QueueSinkConnectedEventArgs
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public class QueueSinkConnectedEventArgs : EventArgs

Properties

AbortConnect

Gets or sets a value indicating whether the data stream setup should be aborted.

Declaration
public bool AbortConnect { get; set; }
Property Value
Type Description
bool

true, if the data stream setup should be aborted, otherwise false.

ImageType

The image type the sink is going to receive

Declaration
public ImageType ImageType { get; }
Property Value
Type Description
ImageType

The image type the sink is going to receive

MinBuffersRequired

Minimum number of buffers required by the data stream to operate

Declaration
public int MinBuffersRequired { get; }
Property Value
Type Description
int

Minimum number of buffers required by the data stream to operate

Remarks

If the event handler does not allocate any buffers, the sink will automatically allocate the minimum number of buffers required.

Sink

The sink that raised the event

Declaration
public QueueSink Sink { get; }
Property Value
Type Description
QueueSink

The sink that raised the event