Click or drag to resize
DataOutput.WriteUInt16 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: System.UInt16
The unsigned 16-bit integer to write.
See Also