Click or drag to resize

IPacketMarker Interface

Represents a position in a packet.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public interface IPacketMarker

The IPacketMarker type exposes the following members.

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.)
Top
See Also