Route.IsIPAddressed Property

Gets a value indicating whether the Route address specifies an IPAddress

Namespace:  TwinCAT.Ads.TcpRouter
Assembly:  TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool IsIPAddressed { get; }

Property Value

Type: Boolean
true If the Address is an IPAddress; otherwise when its specified as HostAddress false.

Reference

Route Class

TwinCAT.Ads.TcpRouter Namespace