Click or drag to resize

PacketIORemaining Property

Returns the remaining data/space available in this 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: 15.0.2.11458
Syntax
C#
public abstract int Remaining { get; }

Property Value

Type: Int32

Implements

IDataIORemaining
See Also