CogIODiscreteDevice InputDelegateFn DelegateCognex VisionPro 9.21 SR1
Prototype for a delegate function to be called when an input line changes state.

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public delegate void InputDelegateFn(
	bool asserted
)

Parameters

asserted
Type: System Boolean
See Also