CogIOTCPIP IsClientConnected Property Cognex VisionPro 9.21
Returns true if the socket is connected. Should only call this property if the device type is client. Returns false if it is a server device type or the socket has not been created.

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public bool IsClientConnected { get; }

Property Value

Type: Boolean
See Also