Click or drag to resize

MemoryAddress(IAddressSpace, AddressArea) Constructor

Constructs a MemoryAddress.

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

Parameters

addressSpace  IAddressSpace
The address space of the memory bank.
area  AddressArea
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