Click or drag to resize

NetBufferReadBits Method (Byte, Int32, Int32)

Reads the specified number of bits into a preallocated array

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ReadBits(
	byte[] into,
	int offset,
	int numberOfBits
)

Parameters

into
Type: SystemByte
The destination array
offset
Type: SystemInt32
The offset where to start writing in the destination array
numberOfBits
Type: SystemInt32
The number of bits to read
See Also