[This is preliminary documentation and is subject to change.]

Creates a new packet from given raw bytes. Data not be null.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public Packet(
	byte[] rawBytes
)

Parameters

rawBytes
array<Byte>[]()[][]

See Also