Click or drag to resize

NetBufferWrite Method (Byte, Int32)

Writes 1 to 8 bits of 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 void Write(
	byte source,
	int numberOfBits
)

Parameters

source
Type: SystemByte
numberOfBits
Type: SystemInt32
See Also