C# Class devTool.Packet

Mostra file Open project: vans163/LKEmu

Public Properties

Property Type Description
msg List

Protected Properties

Property Type Description
m_Stream PacketWriter

Public Methods

Method Description
Compile ( ) : byte[]
Encrypt ( Byte data ) : Byte[]
Format ( ) : byte[]
Packet ( ) : System
Packet ( int packetID ) : System
Packet ( int packetID, int length ) : System

Method Details

Compile() public method

public Compile ( ) : byte[]
return byte[]

Encrypt() public method

public Encrypt ( Byte data ) : Byte[]
data Byte
return Byte[]

Format() public method

public Format ( ) : byte[]
return byte[]

Packet() public method

public Packet ( ) : System
return System

Packet() public method

public Packet ( int packetID ) : System
packetID int
return System

Packet() public method

public Packet ( int packetID, int length ) : System
packetID int
length int
return System

Property Details

m_Stream protected_oe property

protected PacketWriter,devTool m_Stream
return PacketWriter

msg public_oe property

public List msg
return List