Click or drag to resize

PacketReader Constructor

Creates a new packet reader.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
protected PacketReader(
	PacketIO parent,
	Endian endian,
	BinaryTextEncoding textEncoding
)

Parameters

parent
Type: Demo3D.IOPacketIO
The parent packet (or null).
endian
Type: Demo3D.IOEndian
The endian format of the data in the packet (or null if not known).
textEncoding
Type: Demo3D.IOBinaryTextEncoding
The text encoding of the strings in the packet (or null if not known).
See Also