Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Reads the next 1-8 bits without incrementing the read pointer of the message

Namespace: Visual3D.Networking
Assembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public byte PeekByte(
	int numberOfBits
)
Public Function PeekByte ( _
	numberOfBits As Integer _
) As Byte

Parameters

numberOfBits
Int32

Implements

INetMessage..::..PeekByte(Int32)

See Also