Route Constructor (String, AmsNetId, IList.IPAddress.)

Initializes a new instance of the Route class.

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

Syntax

C#

public Route(
    string name,
    AmsNetId netId,
    IList<IPAddress> ips
)

Parameters

name

Type: System.String
The name of the route.

netId

Type: TwinCAT.Ads.AmsNetId
The net identifier.

ips

Type: System.Collections.Generic.IList.IPAddress.
The ips.

Reference

Route Class

Route Overload

TwinCAT.Ads.TcpRouter Namespace