Put an Unsigned Short integer into the ByteBuffer

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Function PutUnsignedShort ( _
	v As UShort _
) As ByteBuffer
C#
public ByteBuffer PutUnsignedShort(
	ushort v
)
Visual C++
public:
ByteBuffer^ PutUnsignedShort(
	unsigned short v
)

Parameters

v
Type: System..::..UInt16

Return Value

The buffer

See Also