CogIOTCPIP Open Method Cognex VisionPro 9.10
This method does everything necessary to establish a valid communication channel with the specified properties. That includes creating the low-level device object (e.g. a socket), ensuring that the output queue is correctly sized and initially empty, and ensuring that the input buffer is empty. This method does nothing if IsDeviceOpen is already true

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

public override void Open()
See Also