Click or drag to resize

NetBufferReadByte Method (Int32)

Reads 1 to 8 bits 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 byte ReadByte(
	int numberOfBits
)

Parameters

numberOfBits
Type: SystemInt32

Return Value

Type: Byte
See Also