CogCommCard CardStatus EventCognex VisionPro 9.21 SR1
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.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 85.1.0.0
Syntax

public virtual event CogCardStatusEventHandler CardStatus

Value

Type: Cognex.VisionPro.Comm CogCardStatusEventHandler
Remarks

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