C# Class NetLib.PacketBicycleCommand

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

Méthodes publiques

Méthode Description
PacketBicycleCommand ( string command, int id ) : System
handleClientSide ( ClientInterface clientInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

PacketBicycleCommand() public méthode

public PacketBicycleCommand ( string command, int id ) : System
command string
id int
Résultat System

handleClientSide() public méthode

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

handleServerSide() public méthode

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