ReadByte Method (Byte)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads a byte and returns true or false 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 ReadByte(
	out byte result
)
Visual Basic
Public Function ReadByte ( _
	<OutAttribute> ByRef result As Byte _
) As Boolean
Visual C++
public:
bool ReadByte(
	[OutAttribute] unsigned char% result
)

Parameters

result
Type: System..::..Byte%

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

Return Value

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

See Also