Lidgren Network Library documentation |
NetBuffer..::..PeekInt32 Method (Int32) |
NetBuffer Class See Also Send Feedback |
Reads the specified number of bits into an Int32 without advancing the read pointer
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public int PeekInt32( int numberOfBits ) |
Visual Basic |
---|
Public Function PeekInt32 ( _ numberOfBits As Integer _ ) As Integer |
Visual C++ |
---|
public: int PeekInt32( int numberOfBits ) |
Parameters
- numberOfBits
- Type: System..::..Int32
[Missing <param name="numberOfBits"/> documentation for "M:Lidgren.Network.NetBuffer.PeekInt32(System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.PeekInt32(System.Int32)"]