CogNdmProtocolStatusChangedEventArgs RemoteAddress Property Cognex VisionPro 9.22 SR1
Gets the IPAddress of the connected PLC

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

public IPAddress RemoteAddress { get; }

Property Value

Type: IPAddress
Remarks

When the connection status is ConnectionIdle, the remote address is invalid and this property returns null.
See Also