TelegramFormatSegment Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public abstract class TelegramFormatSegment : INotifyPropertyChanged, IDisposable
The TelegramFormatSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| TelegramFormatSegment |
Constructs a new TelegramFormatSegment.
| |
| TelegramFormatSegment(String) |
Constructs a new TelegramFormatSegment.
|
| Name | Description | |
|---|---|---|
| Encoding |
Segment encoding.
| |
| EncodingProperties |
Segment encoding type.
| |
| Length |
Segment byte length.
| |
| Name |
Segment name.
| |
| Type |
Segment type.
|
| Name | Description | |
|---|---|---|
| ProcessInboundTelegramSegment |
Processes an inbound telegram segment.
| |
| ProcessOutboundTelegramSegment |
Processes an outbound telegram segment.
| |
| SetPropertyT | ||
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertiesChanged |
Raised when any property changes.
| |
| PropertyChanged |
Raised when a property changes.
|
This class can be extended to implement custom processing logic by overriding:
ProcessInboundTelegramSegment(BufferSegment)
ProcessOutboundTelegramSegment(BufferSegment)