Creates a PacketIO object.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxprotected PacketIO(
PacketIO parent,
Endian endian,
BinaryTextEncoding textEncoding
)
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).
See Also