DataOutputWriteUInt16 Method |
Write an unsigned short integer (int16_t) to the DataOutput.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteUInt16(
ushort value
)
Public Sub WriteUInt16 (
value As UShort
)
public:
void WriteUInt16(
unsigned short value
)
member WriteUInt16 :
value : uint16 -> unit
Parameters
- value
- Type: SystemUInt16
The unsigned 16-bit integer to write.
See Also