CogIOMCBPortDirectionConstants EnumerationCognex VisionPro 9.7
Each port on the Measurement Computing PCI-DIO24/S board may be configured for either input or output. This enumeration helps you specify which.

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

public enum CogIOMCBPortDirectionConstants
Members

  Member nameValueDescription
Undefined0 The direction of the port has not been specified.
Output1 As output, the state of a line may be set by the user.
Input2 As input, the state of a line may be read by the user.
See Also