Click or drag to resize

Alignment Class

Directs field memory layout / alignment.
Inheritance Hierarchy

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

The Alignment type exposes the following members.

Constructors
  NameDescription
Protected methodAlignment
Initializes 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