Click or drag to resize

NetBitWriterReadByte Method (Byte, Int32, Int32)

Read 1-8 bits from a buffer into a byte

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static byte ReadByte(
	byte[] fromBuffer,
	int numberOfBits,
	int readBitOffset
)

Parameters

fromBuffer
Type: SystemByte
numberOfBits
Type: SystemInt32
readBitOffset
Type: SystemInt32

Return Value

Type: Byte
See Also