Click or drag to resize

IAddressSpace Interface

Memory address space identifier.

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