Fixed |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class FixedFormat : TelegramFormat
The FixedFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedFormat | 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) | |
| Name |
Format name.
(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.