Cog1394DCAMBusConfigurationChangedEventArgs BusGenerationCount Property Cognex VisionPro 9.7
The IEEE 1394 bus generation count at the time of the bus reset. Will be in the range [0, 255]. This value rolls over, that is, the next value after 255 is 0. Valid only if BusReset is true.

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

public int BusGenerationCount { get; }

Property Value

Type: Int32
Remarks

This property is meaningful only when BusReset is True.

Every time the IEEE1394 bus is reset, this value increases by 1. When the count reaches 255, it rolls over to 0.

If BusReset is False, this property is -1.

See Also