CogCardStatusEventArgs StatusCode Property Cognex VisionPro 9.8 SR1
The status code being reported by the Comm Card.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 75.0.0.0
Syntax

public CogCommCardStatusEventConstants StatusCode { get; }

Property Value

Type: CogCommCardStatusEventConstants
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