Click or drag to resize

MemoryAddress Constructor (IAddressSpace, AddressArea)

Constructs a MemoryAddress.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public MemoryAddress(
	IAddressSpace addressSpace,
	AddressArea area
)

Parameters

addressSpace
Type: Demo3D.PLC.CommsIAddressSpace
The address space of the memory bank.
area
Type: Demo3D.PLC.CommsAddressArea
The address area (address offset and length).
Remarks
You cannot serialize out a MemoryAddress unless it's an instance of a derived class that implements a serializer that includes address space information.
See Also