Click or drag to resize

FixedSegment Class

Defines a TelegramFormatSegment where byte length is fixed.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramTelegramFormatSegment
    Demo3D.HLE.Comms.TelegramFixedSegment

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class FixedSegment : TelegramFormatSegment

The FixedSegment type exposes the following members.

Constructors
  NameDescription
Public methodFixedSegment
Constructs a FixedSegment.
Top
Properties
Methods
Events
  NameDescription
Public eventPropertyChanged
Raised when a property changes.
(Inherited from TelegramFormatSegment.)
Top
See Also