AlignedSegment Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class AlignedSegment : TelegramFormatSegment, IAligned
The AlignedSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignedSegment |
FOR INTERNAL USE ONLY.
| |
| AlignedSegment(String) |
Constructs a FixedSegment.
|
| Name | Description | |
|---|---|---|
| Alignment |
Alignment type.
| |
| Encoding |
Segment encoding.
(Inherited from TelegramFormatSegment.) | |
| EncodingProperties |
Segment encoding type.
(Inherited from TelegramFormatSegment.) | |
| Fill |
Fill byte.
| |
| Length |
Segment byte length.
(Overrides TelegramFormatSegmentLength.) | |
| Name |
Segment name.
(Inherited from TelegramFormatSegment.) | |
| Type |
Segment type.
(Overrides TelegramFormatSegmentType.) |
| Name | Description | |
|---|---|---|
| ProcessInboundTelegramSegment |
Processes an inbound telegram segment.
(Overrides TelegramFormatSegmentProcessInboundTelegramSegment(BufferSegment).) | |
| ProcessOutboundTelegramSegment |
Processes an outbound telegram segment.
(Overrides TelegramFormatSegmentProcessOutboundTelegramSegment(BufferSegment).) | |
| ToString | Returns a string that represents the current object. (Inherited from TelegramFormatSegment.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a property changes.
(Inherited from TelegramFormatSegment.) |
| Name | Description | |
|---|---|---|
| Align |
Aligns data with fill bytes.
(Defined by IAlignedExtensions.) | |
| Unalign |
Unaligns data. Returns data with fill bytes removed.
(Defined by IAlignedExtensions.) |
Length must be equal or greater the base length of the segment type. Higher length results in data alignment.