Click or drag to resize

StringAddress Class

An address that supports a string representation.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsStringAddress
    Demo3D.PLC.CommsBrowseItemBase
    Demo3D.PLC.CommsMemoryAddress

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
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
See Also