CogIODevice Close Method Cognex VisionPro 9.7
This function should be called when the device is no longer used. The override function must close a socket if it is an IP device, close the serial port, or disable discrete I/O lines. All worker threads that are used to send or read data must be stopped.

Namespace: Cognex.VisionPro.QuickBuild.IO
Assembly: Cognex.VisionPro.QuickBuild.IO (in Cognex.VisionPro.QuickBuild.IO.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public abstract void Close()
See Also