Class that defines a single synchronization pulse event.
Iterative operations can fire this event each time they reach
a defined "synchronization point" in their processing loop.
Inheritance Hierarchy
Cognex.VisionPro.Implementation CogSyncPulse
Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
The CogSyncPulse type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogSyncPulse |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FireSyncPulse |
Fires the synchronization pulse event.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| SyncPulse |
Event that represents a synchronization pulse.
|
Remarks
See Also