C# Class LoginServer.Systems.Decode

Exibir arquivo Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
dataSize System.UInt16

Public Methods

Method Description
Decode ( Socket wSock, byte buffer, Client net, object packetf ) : System
Decode ( byte buffer ) : System
StringToPack ( byte buff ) : string

Method Details

Decode() public method

public Decode ( Socket wSock, byte buffer, Client net, object packetf ) : System
wSock System.Net.Sockets.Socket
buffer byte
net Client
packetf object
return System

Decode() public method

public Decode ( byte buffer ) : System
buffer byte
return System

StringToPack() public static method

public static StringToPack ( byte buff ) : string
buff byte
return string

Property Details

dataSize public_oe property

public UInt16,System dataSize
return System.UInt16