CogEthernetMarshalledCallbackDelegate DelegateCognex VisionPro
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: 65.1.0.0
Syntax

public delegate int CogEthernetMarshalledCallbackDelegate(
	int index,
	ceNetConfigEventType_ eventType,
	void* userData
)

Return Value

Type: Int32
See Also