Click or drag to resize

Alignment Class

Directs field memory layout / alignment.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsAlignment
    Demo3D.PLC.CommsAlignmentSequential

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract class Alignment

The Alignment type exposes the following members.

Constructors
 NameDescription
Protected methodAlignmentInitializes a new instance of the Alignment class
Top
Methods
 NameDescription
Public methodAdd(Int32, Int32) Returns the offset of a new field of a specified size.
Public methodAdd(Int64, Int64) Returns the offset of a new field of a specified size.
Public methodGetSubAlignment Return a new Alignment object for aligning sub-elements.
Top
See Also