This event is raised by the Comm Card to report very specific status or error
events to the host PC. CardStatus events are typically used to inform the
host PC of important "out of band" information that cannot be reported
synchronously.
Namespace: Cognex.VisionPro.CommAssembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax
Value
Type: Cognex.VisionPro.Comm CogCardStatusEventHandlerRemarks
Sign up for the CardStatus event and use the use the StatusCode property of the event args to identify which status event code is being reported by the Comm Card.
Refer to the documentation for CogCommCardStatusEventConstants to learn what kinds of status codes are reported by the Comm Card.
See Also