Click or drag to resize

IDelimited Interface

Represents dynamic-length data that is delimited by start and end bytes.

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public interface IDelimited

The IDelimited type exposes the following members.

Properties
 NameDescription
Public propertyEnd End delimiter.
Public propertyStart Start delimiter.
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
See Also