AlignmentPacked Class |
Namespace: Demo3D.PLC.Comms
public sealed class Packed : AlignmentSequential
The AlignmentPacked type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignmentPacked |
Aligns bits on bit boundaries, and all else on byte boundaries.
|
| Name | Description | |
|---|---|---|
| AlignmentRules |
A list of rules on how to align fields in memory.
(Inherited from AlignmentSequential.) |
| Name | Description | |
|---|---|---|
| Add(Int32, Int32) |
Returns the offset of a new field of a specified size.
(Inherited from Alignment.) | |
| Add(Int64, Int64) |
Returns the offset of a new field of a specified size.
(Inherited from AlignmentSequential.) | |
| GetSubAlignment |
Return a new Alignment object for aligning sub-elements.
(Inherited from AlignmentSequential.) |