C# Class DarkEmu_LoginServer.LoginSocket

Exibir arquivo Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
debug bool

Public Methods

Method Description
ProcessData ( byte buffer, int ClientIndex ) : void

Private Methods

Method Description
SendLauncherInfo ( int ClientIndex ) : void
SendLauncherUnk1 ( int ClientIndex ) : void
SendLogin ( byte buffer, int ClientIndex ) : void
SendPatchInfo ( int ClientIndex ) : void
SendServerInfo ( int ClientIndex ) : void
SendServerList ( int ClientIndex ) : void
SendServerUnk1 ( int ClientIndex ) : void

Method Details

ProcessData() public static method

public static ProcessData ( byte buffer, int ClientIndex ) : void
buffer byte
ClientIndex int
return void

Property Details

debug public_oe static_oe property

public static bool debug
return bool