Write an unsigned short integer (Int16) 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 WriteUInt16( ushort value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteUInt16 ( _ value As UShort _ ) |
| Visual C++ |
|---|
public: void WriteUInt16 ( unsigned short value ) |
Parameters
- value
- UInt16
The unsigned 16-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace