Creates a new packet reader.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxprotected 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