CogFfpUnmanagedCallbackDelegate DelegateCognex VisionPro 9.23
Delegate type which is marshaled to an unmanaged function pointer and passed to the ffp module call back.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 91.0.0.0
Syntax

public delegate int CogFfpUnmanagedCallbackDelegate(
	void* callbackArg,
	csFfpCallbackInfo_* message
)

Parameters

callbackArg
Type: System Void*
message
Type: csFfpCallbackInfo_*

Return Value

Type: Int32
See Also