Click or drag to resize

AlignmentSequential Class

A class to help with sequential field memory layout / alignment.
Inheritance Hierarchy

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

The AlignmentSequential type exposes the following members.

Properties
  NameDescription
Public propertyAlignmentRules
A list of rules on how to align fields in memory.
Top
Methods
  NameDescription
Public methodAdd(Int32, Int32)
Returns the offset of a new field of a specified size.
(Inherited from Alignment.)
Public methodAdd(Int64, Int64)
Returns the offset of a new field of a specified size.
(Overrides AlignmentAdd(Int64, Int64).)
Public methodGetSubAlignment
Return a new Alignment object for aligning sub-elements.
(Overrides AlignmentGetSubAlignment.)
Top
See Also