CogPrioImpl ReadState Method Cognex VisionPro 9.22
Gets the current state of the precision I/O hardware.

Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 87.0.0.0
Syntax

public virtual CogPrioState ReadState()

Return Value

Type: CogPrioState
A CogPrioState which contains the current state of the I/O interface.
Remarks

The state contains information about the current values of all input and output lines as well as the exact time stamp and encoder count at which the state was read.
See Also