Click or drag to resize

PacketReaderRemaining Property

Returns the remaining data/space available in the packet. If it's a fixed-size packet, then this is definitive. Otherwise Ensure can be used to try to extend the packet with more data/space.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public override sealed int Remaining { get; }

Property Value

Int32

Implements

IDataIORemaining
IDataIORemaining
See Also