Lidgren Network Library documentation |
NetBitWriter..::..ReadUInt32 Method |
NetBitWriter Class See Also Send Feedback |
Reads the specified number of bits into an UInt32
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public static uint ReadUInt32( byte[] fromBuffer, int numberOfBits, int readBitOffset ) |
Visual Basic |
---|
Public Shared Function ReadUInt32 ( _ fromBuffer As Byte(), _ numberOfBits As Integer, _ readBitOffset As Integer _ ) As UInteger |
Visual C++ |
---|
public: static unsigned int ReadUInt32( array<unsigned char>^ fromBuffer, int numberOfBits, int readBitOffset ) |
Parameters
- fromBuffer
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="fromBuffer"/> documentation for "M:Lidgren.Network.NetBitWriter.ReadUInt32(System.Byte[],System.Int32,System.Int32)"]
- numberOfBits
- Type: System..::..Int32
[Missing <param name="numberOfBits"/> documentation for "M:Lidgren.Network.NetBitWriter.ReadUInt32(System.Byte[],System.Int32,System.Int32)"]
- readBitOffset
- Type: System..::..Int32
[Missing <param name="readBitOffset"/> documentation for "M:Lidgren.Network.NetBitWriter.ReadUInt32(System.Byte[],System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetBitWriter.ReadUInt32(System.Byte[],System.Int32,System.Int32)"]