Click or drag to resize

MemoryAddress Constructor (IAddressSpace)

Constructs the empty TypedMemoryAddress.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected MemoryAddress(
	IAddressSpace addressSpace
)

Parameters

addressSpace
Type: Demo3D.PLC.CommsIAddressSpace
The address space of the memory bank.
See Also