Cog1394DCAMBusConfigurationChangedEventArgs HostNodeNumber Property Cognex VisionPro
The node number of the host device on the IEEE 1394 bus. Will be in the range [0, 63]. Valid only BusReset is true.

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

public int HostNodeNumber { get; }

Property Value

Type: Int32
Remarks

This property is meaningful only when BusReset is True.

This property returns the identifying node number (in the range 0 to 63) of the host on the IEEE1394 bus after reset This is typically the highest node number on the bus. This value changes if a node has been removed.

If BusReset is False, this property is -1.

See Also