Base Class for all event args types used
by Cognex's Network Data Model (NDM).
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro.Comm CogNdmEventArgsBase
Cognex.VisionPro.Comm CogNdmClearErrorEventArgs
Cognex.VisionPro.Comm CogNdmJobChangeRequestedEventArgs
Cognex.VisionPro.Comm CogNdmNewUserDataEventArgs
Cognex.VisionPro.Comm CogNdmOfflineRequestedEventArgs
Cognex.VisionPro.Comm CogNdmProfinetConfigChangedEventArgs
Cognex.VisionPro.Comm CogNdmProtocolStatusChangedEventArgs
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionDisabledErrorEventArgs
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionEventArgs
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionNotReadyErrorEventArgs
Cognex.VisionPro.Comm CogNdmTriggerAcquisitionStopEventArgs
Cognex.VisionPro.Comm CogNdmTriggerSoftEventEventArgs
Cognex.VisionPro.Comm CogNdmTriggerSoftEventOffEventArgs
Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax
The CogNdmEventArgsBase 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_ | ||
| messageResponseCode_ | ||
| param1_ | ||
| param2_ |
Properties
| Name | Description | |
|---|---|---|
| MessageID |
An ID number that uniquely identifies the message.
|
See Also