Click or drag to resize

FixedSegment Class

Defines a TelegramFormatSegment where byte length is fixed.
Inheritance Hierarchy

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 17.00.05
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