Click or drag to resize

PacketWriterWriteAsUInt32 Method

Writes a 32bit unsigned integer at the current position in the packet packet. The object is first converted using BinaryConvert.ChangeType(val, TypeCode.UInt32). ChangeType(Object, Type, BinaryConvertConversionType) The current position is advanced by 4 bytes.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public void WriteAsUInt32(
	Object val
)

Parameters

val
Type: SystemObject
The value to write.
See Also