Namespace: Cognex.VisionPro.QuickBuild.IOAssembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 87.1.0.0 (87.1.0.0)
protected abstract void SetInputDelegate(
int line,
CogIODiscreteDevice InputDelegateFn func
)
protected abstract void SetInputDelegate(
int line,
CogIODiscreteDevice..::..InputDelegateFn func
)
Protected MustOverride Sub SetInputDelegate (
line As Integer,
func As CogIODiscreteDevice InputDelegateFn
)
Protected MustOverride Sub SetInputDelegate (
line As Integer,
func As CogIODiscreteDevice..::..InputDelegateFn
)
protected:
virtual void SetInputDelegate(
int line,
CogIODiscreteDevice InputDelegateFn^ func
) abstract
protected:
virtual void SetInputDelegate(
int line,
CogIODiscreteDevice..::..InputDelegateFn^ func
) abstract