CogIOTCPIP Open Method Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.0.0)
Syntax

public override void Open()
See Also