The CogOverrunEventArgs type exposes the following members.
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