[Missing <summary> documentation for "T:FVIL.Video.GrabEventDelegate"]

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public delegate bool GrabEventDelegate(
	uint Event,
	uint TotalCount,
	uint LastFrameNo,
	Object param
)
Visual Basic
Public Delegate Function GrabEventDelegate ( 
	Event As UInteger,
	TotalCount As UInteger,
	LastFrameNo As UInteger,
	param As Object
) As Boolean

Parameters

Event
Type: System..::..UInt32
TotalCount
Type: System..::..UInt32
LastFrameNo
Type: System..::..UInt32
param
Type: System..::..Object

Return Value

Type: Boolean

See Also