C# Class DarkEmu_GameServer.Systems.Decode

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
dataSize UInt16

Public Methods

Method Description
Decode ( Socket wSock, byte buffer, Client net, object packetf ) : System
Decode ( byte buffer ) : System
GuildMemberarray ( string Guilddat ) : string[]
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

GuildMemberarray() public static method

public static GuildMemberarray ( string Guilddat ) : string[]
Guilddat string
return string[]

StringToPack() public static method

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

Property Details

dataSize public property

public UInt16 dataSize
return UInt16