CogEthernetPortSettings IPAddress Property Cognex VisionPro 9.20
Gets or sets the IP address of the Ethernet port.

Attempts to set this property are ignored when DHCPEnable is true.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 80.0.0.0
Syntax

public IPAddress IPAddress { get; set; }

Property Value

Type: IPAddress
Events

Event TypeReason
ICogChangedEvent Changed

Raised when this property changes.

The following state flag may be affected:

  • SfIPAddress
See Also