Lidgren Network Library documentation |
NetBitWriter..::..WriteBytes Method |
NetBitWriter Class See Also Send Feedback |
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public static void WriteBytes( byte[] source, int sourceByteOffset, int numberOfBytes, byte[] destination, int destBitOffset ) |
Visual Basic |
---|
Public Shared Sub WriteBytes ( _ source As Byte(), _ sourceByteOffset As Integer, _ numberOfBytes As Integer, _ destination As Byte(), _ destBitOffset As Integer _ ) |
Visual C++ |
---|
public: static void WriteBytes( array<unsigned char>^ source, int sourceByteOffset, int numberOfBytes, array<unsigned char>^ destination, int destBitOffset ) |
Parameters
- source
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="source"/> documentation for "M:Lidgren.Network.NetBitWriter.WriteBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)"]
- sourceByteOffset
- Type: System..::..Int32
[Missing <param name="sourceByteOffset"/> documentation for "M:Lidgren.Network.NetBitWriter.WriteBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)"]
- numberOfBytes
- Type: System..::..Int32
[Missing <param name="numberOfBytes"/> documentation for "M:Lidgren.Network.NetBitWriter.WriteBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)"]
- destination
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="destination"/> documentation for "M:Lidgren.Network.NetBitWriter.WriteBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)"]
- destBitOffset
- Type: System..::..Int32
[Missing <param name="destBitOffset"/> documentation for "M:Lidgren.Network.NetBitWriter.WriteBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)"]