Cog1394DCAMBusConfigurationChangedEventArgs PropertiesCognex VisionPro 9.7

The Cog1394DCAMBusConfigurationChangedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyBusGenerationCount
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.
Public propertyBusReset
True if the BusConfigurationChanged event is the result of an IEEE 1394 bus reset.
Public propertyBusResetInitiator
True if the camera initiated the bus reset. Valid only if BusReset is true.
Public propertyBusResetInitiatorNodeNumber
The node number of the device on the IEEE 1394 bus that was reported to have initiated the bus reset. Valid only if BusReset is true.
Public propertyHostNodeNumber
The node number of the host device on the IEEE 1394 bus. Will be in the range [0, 63]. Valid only BusReset is true.
Public propertyNodeCount
The number of nodes on the IEEE 1394 bus. Will be in the range [2, 64]. Valid only if BusReset is true.
Public propertyNodeNumberChanged
True if the node number of this camera changed as a result of the bus reset. Valid only if BusReset is true.
Public propertyUnplugged
True if the BusConfigurationChanged event is the result of the camera being unplugged.
Top
See Also