C# Class DarkEmu_GameServer.Systems.CommandServer

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
Start ( string ip, int PORT ) : void

Private Methods

Method Description
ClientConnected ( IAsyncResult aResult ) : void
DataReceived ( IAsyncResult aResult ) : void
doCommandReceived ( CommandPacket pData ) : void
doConnect ( CommandPacket pData ) : void
doDisconnect ( CommandPacket &pData ) : void

Method Details

Start() public method

public Start ( string ip, int PORT ) : void
ip string
PORT int
return void