Click or drag to resize

PacketMarker Class

A packet marker is an object that points to a position within the packet.
Inheritance Hierarchy

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract class PacketMarker : PacketPosition, 
	IPacketMarker

The PacketMarker type exposes the following members.

Constructors
  NameDescription
Protected methodPacketMarker
Creates a packet marker.
Top
Properties
  NameDescription
Public propertyDataLength
Returns the data length in bytes of the packet from this position to the current Position of the marked packet. (Ie the amount of data that's been read/written since the packet was Marked.)
Public propertyParent
Returns the parent packet, or null.
(Inherited from PacketPosition.)
Public propertyPosition
Returns the position of this marker in the packet.
Public propertyPositionInParent
Returns the current position with respect to our parent packet.
(Inherited from PacketPosition.)
Top
See Also