CogNdmSlmpConfig TargetPort Property Cognex VisionPro 9.8
Gets/sets the Target Port of the PLC to connect to.

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

public int TargetPort { get; set; }

Property Value

Type: Int32
Default value is 12288 (0x3000).
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if TargetPort is less than 1 or greater than 65535.
See Also