Click or drag to resize
DataOutputWriteUInt32 Method
Write an unsigned 32-bit integer to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteUInt32(
	uint value
)

Parameters

value
Type: SystemUInt32
The unsigned 32-bit integer to write.
See Also