NetBitWriterWriteBytes Method (Byte, Int32, Int32, Byte, Int32) |
Write several whole bytes
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void WriteBytes(
byte[] source,
int sourceByteOffset,
int numberOfBytes,
byte[] destination,
int destBitOffset
)
Parameters
- source
- Type: SystemByte
- sourceByteOffset
- Type: SystemInt32
- numberOfBytes
- Type: SystemInt32
- destination
- Type: SystemByte
- destBitOffset
- Type: SystemInt32
See Also