C# Class NetLib.Packet

Afficher le fichier Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Méthodes publiques

Méthode Description
handleClientSide ( ClientInterface clientInterface ) : void
handleMonitorSide ( MonitorInterface monitorInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

handleClientSide() public méthode

public handleClientSide ( ClientInterface clientInterface ) : void
clientInterface ClientInterface
Résultat void

handleMonitorSide() public méthode

public handleMonitorSide ( MonitorInterface monitorInterface ) : void
monitorInterface MonitorInterface
Résultat void

handleServerSide() public méthode

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
Résultat void