Occurs when a bus configuration changed (e.g. unplugged or bus reset) is detected for this frame grabber.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
event Cog1394DCAMBusConfigurationChangedEventHandler BusConfigurationChanged
event Cog1394DCAMBusConfigurationChangedEventHandler BusConfigurationChanged
Event BusConfigurationChanged As Cog1394DCAMBusConfigurationChangedEventHandler
Event BusConfigurationChanged As Cog1394DCAMBusConfigurationChangedEventHandler
event Cog1394DCAMBusConfigurationChangedEventHandler^ BusConfigurationChanged {
void add (Cog1394DCAMBusConfigurationChangedEventHandler^ value);
void remove (Cog1394DCAMBusConfigurationChangedEventHandler^ value);
} event Cog1394DCAMBusConfigurationChangedEventHandler^ BusConfigurationChanged {
void add (Cog1394DCAMBusConfigurationChangedEventHandler^ value);
void remove (Cog1394DCAMBusConfigurationChangedEventHandler^ value);
}Value
Type:
Cognex.VisionPro Cog1394DCAMBusConfigurationChangedEventHandler
This event fires whenever there is a change in the IEEE1394 bus configuration. In general, the only appropriate
action for your application to take in reponse to this event is to terminate the application gracefully. Once this
event fires, the acquisition hardware and software may no longer be consistent, and the only way to fix that
is to restart the application.