Click or drag to resize

IAddressSpace Interface

Memory address space identifier.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IAddressSpace : IEquatable<IAddressSpace>, 
	IComparable<IAddressSpace>, IComparable

The IAddressSpace type exposes the following members.

Methods
  NameDescription
Public methodCreateAddress
Creates a new address with the specified parameters.
Public methodToString
User printable string address.
Top
See Also