Click or drag to resize

StringAddress Class

An address that supports a string representation.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class StringAddress : IAddress, 
	IEquatable<IAddress>

The StringAddress type exposes the following members.

Constructors
  NameDescription
Public methodStringAddress
Constructs the default StringAddress.
Public methodStringAddress(String)
Constructs a StringAddress.
Top
Properties
  NameDescription
Public propertyAccessName
The address used to access the item from the PLC.
Public propertyAllowedAccess
The access defined by this address.
Top
Methods
  NameDescription
Public methodEquals(IAddress)
Determines whether the address equals the current address.
Public methodEquals(Object)
Determines whether the specified address equals the current address.
(Overrides ObjectEquals(Object).)
Public methodEquals(StringAddress)
Determines whether the address equals the current address.
Public methodGetDataType
Returns the type defined by this address.
Public methodGetHashCode
Computes a hash code for this address.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string representation of the current address.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected fieldaccessName
A cache of the string representation of the address.
Top
Extension Methods
  NameDescription
Public Extension MethodGetDataType
Returns the type defined by this address.
(Defined by AddressExtensions.)
Public Extension MethodToString(Type)Overloaded.
Return string representation using the format for asAddressType.
(Defined by AddressExtensions.)
Public Extension MethodToStringTOverloaded.
Return string representation using the format for T.
(Defined by AddressExtensions.)
Top
See Also