RouteAccessType Enumeration

Specifies the method to determine the Remote routes list.

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

Syntax

C#

public enum RouteAccessType

Members

 

Member name

Value

Description

None

0

None / Uninitialized

Actual

1

Gets the actual Remote Routes used by the TwinCAT Router. This can contain all 'virtual' Routes that are superimposed by a valid MQTT Publisher configuration. This list doesn't contain configuration data of the single routes.

Registry

2

The static routes are the Route configurations stored in the Registry (TC2 and Windows Platform only), Obsolete

Configured

3

Gets the configured Routes from the TwinCAT System Server. These Routes contain all the standard Routes, the configured AdsSecure Routes and the MQTT Provider (only the root). Configuration data of the Route objects are available.

Merged

4

Produces a merged list of all available RouteTargets with configuration data (merged from Actual and Configured.

Default

4

The default (actually Merged)

Reference

TwinCAT Namespace