DataOutputWriteUInt32 Method |
Write an unsigned 32-bit integer to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteUInt32(
uint value
)
Public Sub WriteUInt32 (
value As UInteger
)
public:
void WriteUInt32(
unsigned int value
)
member WriteUInt32 :
value : uint32 -> unit
Parameters
- value
- Type: SystemUInt32
The unsigned 32-bit integer to write.
See Also