String |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class StringAddress : IAddress, IEquatable<IAddress>
The StringAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| StringAddress | Constructs the default StringAddress. | |
| StringAddress(String) | Constructs a StringAddress. |
| Name | Description | |
|---|---|---|
| AccessName | The address used to access the item from the PLC. | |
| AllowedAccess | The access defined by this address. |
| Name | Description | |
|---|---|---|
| Equals(IAddress) | Determines whether the address equals the current address. | |
| Equals(Object) |
Determines whether the specified address equals the current address.
(Overrides ObjectEquals(Object)) | |
| Equals(StringAddress) | Determines whether the address equals the current address. | |
| GetDataType | Returns the type defined by this address. | |
| GetHashCode |
Computes a hash code for this address.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a string representation of the current address.
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| accessName | A cache of the string representation of the address. |