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.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotApplicable | 0 | The result does not go into any queue (used in input specification) | |
| RealTime | 1 | Result will go the Real-time queue | |
| User | 2 | Result will go into the User queue |
Remarks
Examples
See Also