C# Class NetLib.PacketChat

Inheritance: Packet
Mostra file Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Public Methods

Method Description
PacketChat ( string message, string host, string destination, int id ) : System
handleClientSide ( ClientInterface clientInterface ) : void
handleMonitorSide ( MonitorInterface monitorInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

PacketChat() public method

public PacketChat ( string message, string host, string destination, int id ) : System
message string
host string
destination string
id int
return System

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