Click or drag to resize

PacketReaderReadUInt64 Method (Endian)

Reads a 64bit unsigned integer from the current position in the packet packet. The current position is advanced by 8 bytes.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public ulong ReadUInt64(
	Endian endian = null
)

Parameters

endian (Optional)
Type: Demo3D.IOEndian
The endian format of the data in the packet (or null to use the default).

Return Value

Type: UInt64
The value read.

Implements

IDataReaderReadUInt64(Endian)
See Also