Puts a two-byte number into the buffer at the current position

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

Syntax

Visual Basic
Public Function PutShort ( _
	v As Short _
) As ByteBuffer
C#
public ByteBuffer PutShort(
	short v
)
Visual C++
public:
ByteBuffer^ PutShort(
	short v
)

Parameters

v
Type: System..::..Int16
The two-byte number

Return Value

The buffer

See Also