This class provides data for the Overrun event of ICogAcqFifo.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro CogOverrunEventArgs
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
The CogOverrunEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogOverrunEventArgs | Constructor for these EventArgs. You typically will not need to use this method. |
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.) | |
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| Ticket | If the event fired because of a missed trigger, this value will be zero. If the event fired because of a Fifo overrun, this value will be the nonzero ticket returned by StartAcquire. You can use this value to determine which acquisition request fired this event. If this acquisition was automatically triggered (not by StartAcquire), then the value of Ticket is undefined. | |
| TriggerNumber | The trigger sequence number of the acquisition. |
See Also