Click or drag to resize

MemoryPartitioningSamePartition Method

True if these areas occupy the same partition. False if merging these areas of memory would cross a memory boundary.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract bool SamePartition(
	MemoryAddress addr,
	AddressArea other
)

Parameters

addr
Type: Demo3D.PLC.CommsMemoryAddress
The first memory area.
other
Type: Demo3D.PLC.CommsAddressArea
The second memory area.

Return Value

Type: Boolean
True if these areas occupy the same partition.
See Also