CogIODiscreteDevice MonitorInputs Property Cognex VisionPro 9.5
Controls whether the device is actively monitoring the input lines. When set to false, the delegate will not be called and IsInputAsserted will return stale data.

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

public abstract bool MonitorInputs { get; set; }

Property Value

Type: Boolean
See Also