Cog1394DCAMBusConfigurationChangedEventArgs BusResetInitiatorNodeNumber Property Cognex VisionPro
The node number of the device on the IEEE 1394 bus that was reported to have initiated the bus reset. Valid only if BusReset is true.

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

public int BusResetInitiatorNodeNumber { get; }

Property Value

Type: Int32
Remarks

This property is meaningful only when BusReset is True.

This property returns the node number of the device that initiated the bus reset. This is the number after any node renumbering has taken place due to a change in topology.

If BusReset is False, this property is -1.

See Also