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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32Remarks
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