C# Class hds.MarginSocket

Afficher le fichier Open project: hdneo/mxo-hd

Méthodes publiques

Méthode 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

Méthode Description
ListenForClients ( ) : void

Method Details

MarginSocket() public méthode

public MarginSocket ( ) : System
Résultat System

isAnotherClientActive() public méthode

public isAnotherClientActive ( UInt32 charId ) : bool
charId System.UInt32
Résultat bool

removeClientsByCharId() public méthode

public removeClientsByCharId ( UInt32 charId ) : void
charId System.UInt32
Résultat void

sendUDPSessionReply() public méthode

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
Résultat void

startServer() public méthode

public startServer ( ) : void
Résultat void

stopServer() public méthode

public stopServer ( ) : void
Résultat void

unlockWaitingUser() public méthode

public unlockWaitingUser ( UInt32 userId ) : void
userId System.UInt32
Résultat void