ReadUInt64 Method (Int32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads an unsigned integer stored in 1 to 64 bits, written using Write(UInt64, Int32)

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

Syntax

C#
public ulong ReadUInt64(
	int numberOfBits
)
Visual Basic
Public Function ReadUInt64 ( _
	numberOfBits As Integer _
) As ULong
Visual C++
public:
unsigned long long ReadUInt64(
	int numberOfBits
)

Parameters

numberOfBits
Type: System..::..Int32

[Missing <param name="numberOfBits"/> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt64(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt64(System.Int32)"]

See Also