NetBitWriterWriteByte Method (Byte, Int32, Byte, Int32) |
Write 0-8 bits of data to buffer
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void WriteByte(
byte source,
int numberOfBits,
byte[] destination,
int destBitOffset
)
Parameters
- source
- Type: SystemByte
- numberOfBits
- Type: SystemInt32
- destination
- Type: SystemByte
- destBitOffset
- Type: SystemInt32
See Also