Click or drag to resize

PacketWriterResolve Method

Resolve this packet into concrete data. Resolve makes two passes across the packet from start to end, depth-first. The first pass it calls OnBeforeResolve for each constituent packet, and the second pass it calls OnAfterResolve and collects the data to be returned. You can write to a packet during Resolve.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public BufferSegment Resolve()

Return Value

Type: BufferSegment
A buffer containing the entire packet.

Implements

IBufferResolverResolve
See Also