C# Class hds.MarginSocket

显示文件 Open project: hdneo/mxo-hd

Public Methods

Method Description
MarginSocket ( ) : System
isAnotherClientActive ( UInt32 charId ) : bool
removeClientsByCharId ( UInt32 charId ) : void
sendUDPSessionReply ( UInt32 charID ) : void

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)

startServer ( ) : void
stopServer ( ) : void
unlockWaitingUser ( UInt32 userId ) : void

Private Methods

Method Description
ListenForClients ( ) : void

Method Details

MarginSocket() public method

public MarginSocket ( ) : System
return System

isAnotherClientActive() public method

public isAnotherClientActive ( UInt32 charId ) : bool
charId System.UInt32
return bool

removeClientsByCharId() public method

public removeClientsByCharId ( UInt32 charId ) : void
charId System.UInt32
return void

sendUDPSessionReply() public method

An external Hole to establish the UDP Session. Will be called by a seperate thread maybe (NOT FINISHED YET)
public sendUDPSessionReply ( UInt32 charID ) : void
charID System.UInt32
return void

startServer() public method

public startServer ( ) : void
return void

stopServer() public method

public stopServer ( ) : void
return void

unlockWaitingUser() public method

public unlockWaitingUser ( UInt32 userId ) : void
userId System.UInt32
return void