CogNdmEventArgsBase ClassCognex VisionPro 9.8 SR1
Base Class for all event args types used by Cognex's Network Data Model (NDM).
Inheritance Hierarchy

System Object
  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

public class CogNdmEventArgsBase : EventArgs

The CogNdmEventArgsBase type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldmessageData_
Protected fieldmessageResponseCode_
Protected fieldparam1_
Protected fieldparam2_
Top
Properties

  NameDescription
Public propertyMessageID
An ID number that uniquely identifies the message.
Top
See Also