Write Method (UInt64, Int32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Writes an unsigned integer using 1 to 64 bits

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

Syntax

C#
public void Write(
	ulong source,
	int numberOfBits
)
Visual Basic
Public Sub Write ( _
	source As ULong, _
	numberOfBits As Integer _
)
Visual C++
public:
void Write(
	unsigned long long source, 
	int numberOfBits
)

Parameters

source
Type: System..::..UInt64

[Missing <param name="source"/> documentation for "M:Lidgren.Network.NetBuffer.Write(System.UInt64,System.Int32)"]

numberOfBits
Type: System..::..Int32

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

See Also