RouteAddressingType Enumeration
Type of Addressing of the RouteTarget
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum RouteAddressingTypeMembers
|
Member name |
Value |
Description |
|---|---|---|
|
Unknown |
0 |
NotProcessed / Uninitialized |
|
IPAddress |
1 |
Addressing via IPAddress |
|
HostName |
2 |
Addressing via Host name |
|
NetId |
3 |
Addressing via NetId (not in all cases, not standard) |
Remarks
IRoute objects can come in three different flavous:
- Unassigned to the ADS message Router Unknown
- Assigned to the ADS message Router with IPAddress IPAddress
- Assigned to the ADS message Router with Host Name (DHCP network) HostName