CogCardStatusUnmanagedCallbackDelegate DelegateCognex VisionPro 9.22
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: 87.0.0.0
Syntax

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

Parameters

userData
Type: System Void*
sender
Type: System Void*
data
Type: csBoardErrorCallbackData_*

Return Value

Type: Int32
See Also