Click or drag to resize

PacketWriterWriteAsUInt64 Method

Writes a 64bit unsigned integer at the current position in the packet packet. The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt64). ChangeType(Object, Type, BinaryConvertConversionType) 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 void WriteAsUInt64(
	Object val
)

Parameters

val
Type: SystemObject
The value to write.
See Also