Click or drag to resize

MemoryAddress(IAddressSpace) Constructor

Constructs the empty TypedMemoryAddress.

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

Parameters

addressSpace  IAddressSpace
The address space of the memory bank.
See Also