Click or drag to resize

IMemoryPartitioningService Interface

A centralised service for recording how PLC memory should be accessed.

Namespace:  Demo3D.PLC.Comms.Memory
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IMemoryPartitioningService

The IMemoryPartitioningService type exposes the following members.

Methods
  NameDescription
Public methodAddArea
Define parameters for an area of memory.
Public methodGetPartitioning
Returns the current partitioning. Must return the same object if nothing has changed.
Top
See Also