CogIOTCPIP Host Property Cognex VisionPro 9.7
This property identifies the computer to which results will be sent and from which commands will be read. This string may be in the form of an IP address, that is, a 32-bit integer expressed as four 8-bit values separated by periods, such as “127.205.42.9”. When Open() is called, this string will be evaluated to determine if it is in the form of an IP address. If it is then it will be used as such. If not, then we assume that this string is a host name which must be resolved using DNS. There is no default value.

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

public string Host { get; set; }

Property Value

Type: String

Implements

ICogIOTCPIP Host
See Also