ReadUInt32 Method (UInt32)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads an 32 bit unsigned integer written using Write(UInt32) and returns true for success

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

Syntax

C#
public bool ReadUInt32(
	out uint result
)
Visual Basic
Public Function ReadUInt32 ( _
	<OutAttribute> ByRef result As UInteger _
) As Boolean
Visual C++
public:
bool ReadUInt32(
	[OutAttribute] unsigned int% result
)

Parameters

result
Type: System..::..UInt32%

[Missing <param name="result"/> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt32(System.UInt32@)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.ReadUInt32(System.UInt32@)"]

See Also