Returns an unsigned four-byte number from the buffer at the current position

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

Syntax

Visual Basic
Public Function GetUnsignedInt As UInteger
C#
public uint GetUnsignedInt()
Visual C++
public:
unsigned int GetUnsignedInt()

Return Value

The unsigned four-byte number

See Also