Click or drag to resize

PacketIO Constructor

Creates a PacketIO object.

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

Parameters

parent
Type: Demo3D.IOPacketIO
The parent packet (or null).
endian
Type: Demo3D.IOEndian
The endianess of the data being read/written (or null if not known).
textEncoding
Type: Demo3D.IOBinaryTextEncoding
The text encoding of any strings in the packte (or null if not known).
description
Type: SystemString
Printable packet/message/connection descrition.
See Also