FixedFormat Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class FixedFormat : TelegramFormat
The FixedFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedFormat |
FOR INTERNAL USE ONLY.
| |
| FixedFormat(String) |
Constructs a FixedFormat.
|
| Name | Description | |
|---|---|---|
| IsBuilt |
True if the format has been built into a data type.
(Inherited from TelegramFormat.) | |
| Length |
Format byte length.
(Overrides TelegramFormatLength.) | |
| Logger |
Message logger.
(Inherited from TelegramFormat.) | |
| Name |
Format name.
(Inherited from TelegramFormat.) | |
| Segments |
List of TelegramFormatSegment in order.
(Inherited from TelegramFormat.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised when a property changes.
(Inherited from TelegramFormat.) | |
| SegmentPropertyChanged |
Raised when the properties of a segment is changed.
(Inherited from TelegramFormat.) | |
| SegmentsChanged |
Raised when Segments has changed.
(Inherited from TelegramFormat.) |
Can accept segments of type AlignedSegment or FixedSegment.
Length cannot be changed and is always equal to the sum of segment lengths.