Event args for precision I/O events.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.Comm.Implementation.Internal CogPrioImplEventArgs
Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
The CogPrioImplEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogPrioImplEventArgs |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| EventNumber |
The event number of the registered precision I/O event that occurred.
| |
| ScheduledEventInstanceUserDataTag |
If this was a user scheduled event, the tag will be filled in with
the number provided at the time the event was scheduled.
| |
| State |
The I/O state at the moment the event occured.
|
See Also