Cog1394DCAMBusConfigurationChangedEventArgs BusResetInitiator Property Cognex VisionPro 9.22 SR1
True if the camera initiated the bus reset. Valid only if BusReset is true.

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

public bool BusResetInitiator { get; }

Property Value

Type: Boolean
Remarks

This property is meaningful only when BusReset is True.

When this property is True, this device initiated the bus reset. If this property is False, another device on the IEE1394 bus initiated the reset.

If BusReset is False, this property is also False.

See Also