Click or drag to resize

DelimitedSegment Class

Defines a delimited TelegramFormatSegment.
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 sealed class DelimitedSegment : TelegramFormatSegment, 
	IDelimited

The DelimitedSegment type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEncoding
Segment encoding.
(Inherited from TelegramFormatSegment.)
Public propertyEncodingProperties
Segment encoding type.
(Inherited from TelegramFormatSegment.)
Public propertyEnd
Segment end delimiter.
Public propertyLength
Segment byte length.
(Overrides TelegramFormatSegmentLength.)
Public propertyName
Segment name.
(Inherited from TelegramFormatSegment.)
Public propertyStart
Segment start delimiter.
Public propertyType
Segment type.
(Inherited from TelegramFormatSegment.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Raised when a property changes.
(Inherited from TelegramFormatSegment.)
Top
Extension Methods
  NameDescription
Public Extension MethodDelimit
Delimits data.
(Defined by IDelimitedExtensions.)
Public Extension MethodUndelimit
Undelimits delimited data. Returns the contained data only.
(Defined by IDelimitedExtensions.)
Top
Remarks

Segment byte length is always dynamic (-1).

See Also