Click or drag to resize

MemoryPartitioning Class

A description of the partitioning of PLC memory.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.MemoryMemoryPartitioning

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class MemoryPartitioning

The MemoryPartitioning type exposes the following members.

Constructors
  NameDescription
Protected methodMemoryPartitioning
Initializes a new instance of the MemoryPartitioning class
Top
Methods
  NameDescription
Public methodCanMerge
True if merging these two areas is not strictly prohibited (ie allowing for compatible memory parameters).
Public methodSamePartition
True if these areas occupy the same partition. False if merging these areas of memory would cross a memory boundary.
Top
See Also