Click or drag to resize

PacketMarker Constructor

Creates a packet marker.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
protected PacketMarker(
	PacketIO parent
)

Parameters

parent  PacketIO
The parent packer that this packet marker points to.
See Also