C# Class NetLib.Packet

Mostrar archivo Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Public Methods

Method Description
handleClientSide ( ClientInterface clientInterface ) : void
handleMonitorSide ( MonitorInterface monitorInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

handleClientSide() public method

public handleClientSide ( ClientInterface clientInterface ) : void
clientInterface ClientInterface
return void

handleMonitorSide() public method

public handleMonitorSide ( MonitorInterface monitorInterface ) : void
monitorInterface MonitorInterface
return void

handleServerSide() public method

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
return void