DelimitedSegment Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class DelimitedSegment : TelegramFormatSegment, IDelimited
The DelimitedSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| DelimitedSegment |
FOR INTERNAL USE ONLY.
| |
| DelimitedSegment(String) |
Constructs a DelimitedSegment.
|
| Name | Description | |
|---|---|---|
| Encoding |
Segment encoding.
(Inherited from TelegramFormatSegment.) | |
| EncodingProperties |
Segment encoding type.
(Inherited from TelegramFormatSegment.) | |
| End |
Segment end delimiter.
| |
| Length |
Segment byte length.
(Overrides TelegramFormatSegmentLength.) | |
| Name |
Segment name.
(Inherited from TelegramFormatSegment.) | |
| Start |
Segment start delimiter.
| |
| Type |
Segment type.
(Inherited from TelegramFormatSegment.) |
| 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 | |
|---|---|---|
| Delimit |
Delimits data.
(Defined by IDelimitedExtensions.) | |
| Undelimit |
Undelimits delimited data. Returns the contained data only.
(Defined by IDelimitedExtensions.) |
Segment byte length is always dynamic (-1).