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: 19.00.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
 NameDescription
Public propertyEncoding Segment encoding.
(Inherited from TelegramFormatSegment)
Public propertyEncodingProperties Segment encoding type.
(Inherited from TelegramFormatSegment)
Public propertyLength Segment byte length.
(Overrides TelegramFormatSegmentLength)
Public propertyName Segment name.
(Inherited from TelegramFormatSegment)
Public propertyType Segment type.
(Overrides TelegramFormatSegmentType)
Top
Methods
 NameDescription
Public methodProcessInboundTelegramSegment Processes an inbound telegram segment.
(Overrides TelegramFormatSegmentProcessInboundTelegramSegment(BufferSegment))
Public methodProcessOutboundTelegramSegment Processes an outbound telegram segment.
(Overrides TelegramFormatSegmentProcessOutboundTelegramSegment(BufferSegment))
Public methodToStringReturns a string that represents the current object.
(Inherited from TelegramFormatSegment)
Top
Events
 NameDescription
Public eventPropertyChanged Raised when a property changes.
(Inherited from TelegramFormatSegment)
Top
See Also