Click or drag to resize

PacketReader Constructor

Creates a new packet reader.

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

Parameters

parent  PacketIO
The parent packet (or null).
endian  Endian
The endian format of the data in the packet (or null if not known).
textEncoding  BinaryTextEncoding
The text encoding of the strings in the packet (or null if not known).
description  String
Printable packet/message/connection descrition.
See Also