CogDestinationQueueConstants EnumerationCognex VisionPro 9.21 SR1
The CogQueueDestinationConstants enumerated type is used to indicate into which queue result packets are stored. The values of this type can be OR'ed together.

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

[FlagsAttribute]
public enum CogDestinationQueueConstants
Members

  Member nameValueDescription
NotApplicable0 The result does not go into any queue (used in input specification)
RealTime1 Result will go the Real-time queue
User2 Result will go into the User queue
Remarks

Examples

See Also