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

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

Syntax

Visual Basic
Public Function PutMediumInt ( _
	v As Integer _
) As ByteBuffer
C#
public ByteBuffer PutMediumInt(
	int v
)
Visual C++
public:
ByteBuffer^ PutMediumInt(
	int v
)

Parameters

v
Type: System..::..Int32
The three-byte number

Return Value

The buffer

See Also