Write an unsigned 32-bit integer to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void WriteUInt32( uint value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteUInt32 ( _ value As UInteger _ ) |
| Visual C++ |
|---|
public: void WriteUInt32 ( unsigned int value ) |
Parameters
- value
- UInt32
The unsigned 32-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace