Click or drag to resize

IAligned Interface

Represents fixed-length data that can be aligned to the left or right of designated fill bytes.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public interface IAligned

The IAligned type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Alignment type.
Public propertyFill
Fill byte.
Top
Extension Methods
  NameDescription
Public Extension MethodAlign
Aligns data with fill bytes.
(Defined by IAlignedExtensions.)
Public Extension MethodUnalign
Unaligns data. Returns data with fill bytes removed.
(Defined by IAlignedExtensions.)
Top
See Also