CogCardStatusUnmanagedCallbackDelegate DelegateCognex VisionPro 9.8
Delegate type which is marshaled to an unmanaged function pointer and passed to the module error call back.

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

public delegate int CogCardStatusUnmanagedCallbackDelegate(
	void* userData,
	void* sender,
	csBoardErrorCallbackData_* data
)

Return Value

Type: Int32
See Also