Cog1394DCAMBusConfigurationChangedEventArgs NodeCount Property Cognex VisionPro 9.8
The number of nodes on the IEEE 1394 bus. Will be in the range [2, 64]. Valid only if BusReset is true.

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

public int NodeCount { get; }

Property Value

Type: Int32
Remarks

This property is meaningful only when BusReset is True.

Returns the number of nodes on this bus after the bus reset. This value will be in the range 2 to 64.

Note Note
Node 0 is the host (the IEEE 1394 adapter) and this camera.

If BusReset is False, this property is 0.

See Also