CogEthernetMarshalledCallbackDelegate 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 CogEthernetMarshalledCallbackDelegate(
	int index,
	ceNetConfigEventType_ eventType,
	void* userData
)

Parameters

index
Type: System Int32
eventType
Type: ceNetConfigEventType_
userData
Type: System Void*

Return Value

Type: Int32
See Also