Cog1394DCAMBusConfigurationChangedEventArgs NodeNumberChanged Property Cognex VisionPro 9.8 SR1
True if the node number of this camera changed as a result of the bus reset. Valid only if BusReset is true.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public bool NodeNumberChanged { get; }

Property Value

Type: Boolean
Remarks

This property is meaningful only when BusReset is True.

If True, this device's node number changed as a result of the bus reset.

If BusReset is False, this property is also False.

See Also