Click or drag to resize
DataOutputWriteUInt16 Method
Write an unsigned short integer (int16_t) to the DataOutput.

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

Parameters

value
Type: SystemUInt16
The unsigned 16-bit integer to write.
See Also