NetBufferWrite Method (Byte, Int32, Int32) |
Writes the specified number of bytes from an array
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void Write(
byte[] source,
int offsetInBytes,
int numberOfBytes
)
Parameters
- source
- Type: SystemByte
- offsetInBytes
- Type: SystemInt32
- numberOfBytes
- Type: SystemInt32
See Also