Route Class
Class Route specifies a an AMS/ADS Route object.
Inheritance Hierarchy
SystemObject
TwinCAT.Ads.ConfigurationRoute
Namespace: TwinCAT.Ads.Configuration
Assembly: TwinCAT.Ads.ConfigurationProviders
(in TwinCAT.Ads.ConfigurationProviders.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class RouteThe Route type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the Route class. | |
|
|
Initializes a new instance of the Route class. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the address of the Route. | |
|
|
Gets the Host name of the route. | |
|
|
Gets the resolved IP Addresses belonging to this Route. | |
|
|
Gets a value indicating whether this instance is an HostName Route. | |
|
|
Gets a value indicating whether the Route address specifies an IPAddress | |
|
|
Gets a value indicating whether the IPAddresses are resolved. | |
|
|
Gets the name of the Route. | |
|
|
Gets the AmsNetId of the route. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified Object is equal to this
instance. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Returns a hash code for this instance. | |
|
|
Gets the Type of the current
instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Resolves the IPAddresses of the Route | |
|
|
Returns a String that represents this
instance. |
Operators
|
|
Name |
Description |
|---|---|---|
|
|
Implements the == operator. | |
|
|
Implements the != operator. |
- TwinCAT.Ads.TcpRouter Namespace
- Route Constructor (String, AmsNetId, IList.IPAddress.)
- Route Constructor (String, AmsNetId, String)
- Route.Address Property
- Route.HostName Property
- Route.IPAddresses Property
- Route.IsHostNameAddressed Property
- Route.IsIPAddressed Property
- Route.IsResolved Property
- Route.Name Property
- Route.NetId Property
- Route.Equals Method
- Route.GetHashCode Method
- Route.ToString Method
- Route.Equality Operator
- Route.Inequality Operator
- TwinCAT.Ads.TcpRouter Namespace