CogIOTCPIP Enabled Property Cognex VisionPro 9.5
Returns true when the device is enabled. This does not mean the device is closed. When the device is disabled, it will neither send nor receive data even though the device is open and the socket is connected.

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

public override bool Enabled { get; set; }

Property Value

Type: Boolean
See Also