AmsAddress Class
Ams/Ads Address
Inheritance Hierarchy
System.Object
TwinCAT.Ads.AmsAddress
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public class AmsAddress
The AmsAddress type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Protected constructor | |
|
Copy constructor | |
|
Constructor | |
|
Constructor | |
|
Initializes a new instance of the AmsAddress class. | |
|
Constructor | |
|
Constructor | |
|
Constructor | |
|
Constructor | |
|
Constructor | |
|
Constructor |
Properties
|
Name |
Description |
---|---|---|
|
Gets an Empty Address. | |
|
Gets the NetId | |
|
Gets the Port number |
Methods
|
Name |
Description |
---|---|---|
|
Clones this instance. | |
|
Equals (Overrides Object.Equals(Object).) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Gets the HashCode of the Address (Overrides Object.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Parses a string to an AmsAddress object. | |
|
Sets the net identifier. | |
|
Sets the port. | |
|
Converts the Address to String 'NetId:Port' (Overrides Object.ToString..) | |
|
Tries to parse the AmsAddress from string. |