FastBitConverter.WriteLittleEndian Method

LiteNetLib

FastBitConverterWriteLittleEndian Method

LiteNetLib

[Missing <summary> documentation for "M:LiteNetLib.Utils.FastBitConverter.WriteLittleEndian(System.Byte[],System.Int32,System.Int16)"]

Namespace:  LiteNetLib.Utils
Assembly:  LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax

C#
public static void WriteLittleEndian(
	byte[] buffer,
	int offset,
	short data
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.WriteLittleEndian(System.Byte[],System.Int32,System.Int16)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.WriteLittleEndian(System.Byte[],System.Int32,System.Int16)"]

data
Type: SystemInt16

[Missing <param name="data"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.WriteLittleEndian(System.Byte[],System.Int32,System.Int16)"]

See Also

Reference