Click or drag to resize

IAddress Interface

An address of some sort.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public interface IAddress : IEquatable<IAddress>

The IAddress type exposes the following members.

Properties
  NameDescription
Public propertyAccessName
User printable string address.
Public propertyAllowedAccess
The access rights for this address.
Top
Methods
  NameDescription
Public methodGetDataType
Returns the type defined by this address.
Top
Remarks

Type inheritance tree for memory addresses is typically IAddress, StringAddress, MemoryAddress, TypedMemoryAddress, specific PLC memory address types (eg Siemens.SiemensAddress).

Type inheritance tree for tag addresses is typically IAddress, StringAddress, IBrowseItem, BrowseItemBase, BrowseItemBranch, specific PLC tag address (eg BRAutomation.PVar).

See Also