CogNdm ProtocolStatusChanged EventCognex VisionPro 9.21 SR1
The NDM raises the ProtocolStatusChanged event to inform the vision system that the status of the underlying protocol has changed.

Handle this event and use the RemoteAddress and ProtocolStatus properties of the event args to determine how the protocol status has changed.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 85.1.0.0
Syntax

public virtual event CogNdmProtocolStatusChangedEventHandler ProtocolStatusChanged

Value

Type: Cognex.VisionPro.Comm CogNdmProtocolStatusChangedEventHandler
See Also