Click or drag to resize

FixedFormatReplaceSegments Method

Replace all current segments with the provided.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public override void ReplaceSegments(
	IEnumerable<TelegramFormatSegment> newSegments
)

Parameters

newSegments
Type: System.Collections.GenericIEnumerableTelegramFormatSegment
Provided segments.
See Also