Click or drag to resize

TelegramFormatSegment Class

Defines a segment within a TelegramFormat.
Inheritance Hierarchy

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class TelegramFormatSegment : INotifyPropertyChanged, 
	IDisposable

The TelegramFormatSegment type exposes the following members.

Constructors
  NameDescription
Protected methodTelegramFormatSegment
Constructs a new TelegramFormatSegment.
Protected methodTelegramFormatSegment(String)
Constructs a new TelegramFormatSegment.
Top
Properties
  NameDescription
Public propertyEncoding
Segment encoding.
Public propertyEncodingProperties
Segment encoding type.
Public propertyLength
Segment byte length.
Public propertyName
Segment name.
Public propertyType
Segment type.
Top
Methods
Events
  NameDescription
Public eventStatic memberPropertiesChanged
Raised when any property changes.
Public eventPropertyChanged
Raised when a property changes.
Top
Remarks

This class can be extended to implement custom processing logic by overriding:
ProcessInboundTelegramSegment(BufferSegment)
ProcessOutboundTelegramSegment(BufferSegment)

See Also