Event args returned as part of Cognex's Network Data Model (NDM)
TriggerAcquisitionStop event.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.Comm CogNdmEventArgsBase
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionStopEventArgs
Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 73.0.0.0
Syntax
The CogNdmTriggerAcquisitionStopEventArgs type exposes the following members.
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.) |
Fields
| Name | Description | |
|---|---|---|
| messageData_ | (Inherited from CogNdmEventArgsBase.) | |
| messageResponseCode_ | (Inherited from CogNdmEventArgsBase.) | |
| param1_ | (Inherited from CogNdmEventArgsBase.) | |
| param2_ | (Inherited from CogNdmEventArgsBase.) |
Properties
| Name | Description | |
|---|---|---|
| CameraIndex |
Gets the index of the camera to trigger.
| |
| MessageID |
An ID number that uniquely identifies the message.
(Inherited from CogNdmEventArgsBase.) |
See Also