CogNdmTriggerAcquisitionStopEventArgs ClassCognex VisionPro 9.7
Event args returned as part of Cognex's Network Data Model (NDM) TriggerAcquisitionStop event.
Inheritance Hierarchy

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

public class CogNdmTriggerAcquisitionStopEventArgs : CogNdmEventArgsBase

The CogNdmTriggerAcquisitionStopEventArgs 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_ (Inherited from CogNdmEventArgsBase.)
Protected fieldmessageResponseCode_ (Inherited from CogNdmEventArgsBase.)
Protected fieldparam1_ (Inherited from CogNdmEventArgsBase.)
Protected fieldparam2_ (Inherited from CogNdmEventArgsBase.)
Top
Properties

  NameDescription
Public propertyCameraIndex
Gets the index of the camera to trigger.
Public propertyMessageID
An ID number that uniquely identifies the message.
(Inherited from CogNdmEventArgsBase.)
Top
See Also