Put an Unsigned Int into the ByteBuffer

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

Syntax

Visual Basic
Public Function PutUnsignedInt ( _
	value As UInteger _
) As ByteBuffer
C#
public ByteBuffer PutUnsignedInt(
	uint value
)
Visual C++
public:
ByteBuffer^ PutUnsignedInt(
	unsigned int value
)

Parameters

value
Type: System..::..UInt32

Return Value

The buffer

See Also