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

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

Syntax

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

Return Value

The unsigned three-byte number

See Also