MemoryAddress(IAddressSpace, AddressArea) Constructor |
Constructs a MemoryAddress.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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