Route Constructor (String, AmsNetId, String)

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,
    string address
)

Parameters

name

Type: System.String
The name.

netId

Type: TwinCAT.Ads.AmsNetId
The AmsNetId of the route.

address

Type: System.String
The address (HostName or IP)

Reference

Route Class

Route Overload

TwinCAT.Ads.TcpRouter Namespace