ReadVariableUInt32 Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads a UInt32 written using WriteUnsignedVarInt(); will increment offset!

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public static uint ReadVariableUInt32(
	byte[] buffer,
	ref int offset
)
Visual Basic
Public Shared Function ReadVariableUInt32 ( _
	buffer As Byte(), _
	ByRef offset As Integer _
) As UInteger
Visual C++
public:
static unsigned int ReadVariableUInt32(
	array<unsigned char>^ buffer, 
	int% offset
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:Lidgren.Network.NetBitWriter.ReadVariableUInt32(System.Byte[],System.Int32@)"]

offset
Type: System..::..Int32%

[Missing <param name="offset"/> documentation for "M:Lidgren.Network.NetBitWriter.ReadVariableUInt32(System.Byte[],System.Int32@)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBitWriter.ReadVariableUInt32(System.Byte[],System.Int32@)"]

See Also