Click or drag to resize

PacketReaderValidFrom Property

Returns the low water mark of the packet. Data prior to this mark may have been discarded and cannot be read.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public int ValidFrom { get; protected set; }

Property Value

Type: Int32
See Also